From e22ddeae6ee4fec2b7cea3d99718e39a8dea6a3d Mon Sep 17 00:00:00 2001 From: Aleksy Grabowski Date: Tue, 17 Dec 2024 22:30:55 +0100 Subject: [PATCH] Fix typo --- src/tests/macros.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/macros.pl b/src/tests/macros.pl index b457433e8..a80ffce79 100644 --- a/src/tests/macros.pl +++ b/src/tests/macros.pl @@ -79,7 +79,7 @@ ). example(compilation([A,B,C])) :- compile#baz(12, A, B, C). -% What is a prefere operator precedence? Should parenthesis be required? +% What is the prefered operator precedence? Should parenthesis be required here? example(modules(L)) :- compile#(lists:length(L, 5)). example(clpz_operators_compatibility(X,Y)) :-