]> Repositorios git - scryer-prolog.git/commitdiff
Update builtins.pl
authorJason Hemann <[email protected]>
Wed, 11 Dec 2024 13:05:03 +0000 (08:05 -0500)
committerGitHub <[email protected]>
Wed, 11 Dec 2024 13:05:03 +0000 (08:05 -0500)
s/compund/compound/

src/lib/builtins.pl

index 744027c2ee2023f37d00eaeefc610ed8b9da56de..f848fabd0083149c8faee5b78068c907b756965f 100644 (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.