From eae1f5384656165b0b711452d6b5380b845b058f Mon Sep 17 00:00:00 2001 From: Jason Hemann Date: Tue, 10 Dec 2024 21:07:48 -0500 Subject: [PATCH] "bound to an atom" Quick typo. --- src/lib/builtins.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.54.0