Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hurufu committed Dec 17, 2024
1 parent b5a0b7b commit e22ddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/macros.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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)) :-
Expand Down

0 comments on commit e22ddea

Please sign in to comment.