]> Repositorios git - scryer-prolog.git/commitdiff
correct comment before call meta_predicate declarations
authorMark Thom <[email protected]>
Sun, 21 Feb 2021 02:10:34 +0000 (19:10 -0700)
committerMark Thom <[email protected]>
Sun, 21 Feb 2021 02:10:34 +0000 (19:10 -0700)
src/lib/ops_and_meta_predicates.pl

index 59a324d4825600cec7fd09583f17ea03fd2fc7a8..f84d0fd6eaf4d72cd28fdaaf6bd6faa69bed7d2a 100644 (file)
@@ -59,7 +59,7 @@
 
 :- op(1200, xfx, -->).
 
-% meta_predicate declarations for call/{0, 64}.
+% meta_predicate declarations for call/{1, 66}.
 :- meta_predicate call(0).
 :- meta_predicate call(1, ?).
 :- meta_predicate call(2, ?, ?).