From: Jason Hemann Date: Wed, 11 Dec 2024 02:07:48 +0000 (-0500) Subject: "bound to an atom" X-Git-Tag: v0.10.0~100^2~1 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=eae1f5384656165b0b711452d6b5380b845b058f;p=scryer-prolog.git "bound to an atom" Quick typo. --- diff --git a/src/lib/builtins.pl b/src/lib/builtins.pl index b6263218..744027c2 100644 --- a/src/lib/builtins.pl +++ b/src/lib/builtins.pl @@ -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.