Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzbox35 committed Jan 7, 2025
1 parent 3f72c11 commit 8472c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prolog/metta_lang/metta_interp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@
fbugio(IO):-
fbugio(true, IO).

%! different_from(+N, +V) is semidet.
%! different_from(+N, +V) is nondet.
%
% Succeeds if the value associated with `N` is different from `V`.
%
Expand Down Expand Up @@ -1560,7 +1560,7 @@
% 'silent' indicates no debugging output.
is_debug_like(silent, false).

%! 'is-symbol'(+X) is semidet.
%! 'is-symbol'(+X) is nondet.
%
% Checks if `X` is a valid symbol.
%
Expand Down

0 comments on commit 8472c94

Please sign in to comment.