Update builtins.pl

s/compund/compound/
This commit is contained in:
Jason Hemann
2024-12-11 08:05:03 -05:00
committed by GitHub
parent eae1f53846
commit 2ff50f06bc

View File

@@ -2228,7 +2228,7 @@ set_stream_position(S_or_a, Position) :-
%% callable(X).
%
% True iff X is bound to an atom or a compund term.
% True iff X is bound to an atom or a compound term.
:- non_counted_backtracking callable/1.