]> Repositorios git - scryer-prolog.git/commitdiff
"bound to an atom"
authorJason Hemann <[email protected]>
Wed, 11 Dec 2024 02:07:48 +0000 (21:07 -0500)
committerGitHub <[email protected]>
Wed, 11 Dec 2024 02:07:48 +0000 (21:07 -0500)
Quick typo.

src/lib/builtins.pl

index b62632183ad83793bb241d6028e078ccce01c2b6..744027c2ee2023f37d00eaeefc610ed8b9da56de 100644 (file)
@@ -2228,7 +2228,7 @@ set_stream_position(S_or_a, Position) :-
 
 %% callable(X).
 %
-% True iff X is bound o an atom or a compund term.
+% True iff X is bound to an atom or a compund term.
 
 :- non_counted_backtracking callable/1.