correct comment before call meta_predicate declarations

This commit is contained in:
Mark Thom
2021-02-20 19:10:34 -07:00
parent eb5ea28bcd
commit fec790e108

View 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, ?, ?).