From 2ff50f06bc8fcd7cf6831f7c5b556d168045562b Mon Sep 17 00:00:00 2001 From: Jason Hemann Date: Wed, 11 Dec 2024 08:05:03 -0500 Subject: [PATCH] Update builtins.pl s/compund/compound/ --- 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 744027c2..f848fabd 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 to an atom or a compund term. +% True iff X is bound to an atom or a compound term. :- non_counted_backtracking callable/1. -- 2.54.0