From 23e380761dc621996fe6a8ed6fb42862b10fbfde Mon Sep 17 00:00:00 2001 From: Julien Fischer Date: Thu, 5 Feb 2026 11:25:13 +1100 Subject: [PATCH] Fix entry in the LIMITATIONS file. LIMITATIONS.md: Add a missing word. --- LIMITATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LIMITATIONS.md b/LIMITATIONS.md index 47344e92b..c197df738 100644 --- a/LIMITATIONS.md +++ b/LIMITATIONS.md @@ -46,7 +46,7 @@ following fixed limits: * Predicates and functions can have at most about 1000 arguments. -* Higher-order terms are limited to arity of about 500. +* Higher-order terms are limited to an arity of about 500. These limits can be lifted (with some effort), but would possibly incur performance penalties. Contact the Mercury team ()