diff --git a/src/lib/ops_and_meta_predicates.pl b/src/lib/ops_and_meta_predicates.pl index 59a324d4..f84d0fd6 100644 --- a/src/lib/ops_and_meta_predicates.pl +++ b/src/lib/ops_and_meta_predicates.pl @@ -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, ?, ?).