From ed36aa7313c2a5610a89d4bab78ca12420021e3e Mon Sep 17 00:00:00 2001 From: Daniel K Lyons Date: Tue, 20 Jan 2026 09:54:18 -0700 Subject: [PATCH] Fixed a typo in the documentation for atom_codes/2 --- 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 65c829a5..735b4b28 100644 --- a/src/lib/builtins.pl +++ b/src/lib/builtins.pl @@ -1506,7 +1506,7 @@ atom_chars(Atom, List) :- %% atom_codes(?Atom, ?Codes). % % Relates an atom with a string in codes representation. It can be used to convert -% between atoms and strings. However, codes is not the default representation of double quoutes +% between atoms and strings. However, codes is not the default representation of double quoted % strings in Scryer Prolog. Examples: % % ``` -- 2.54.0