From: Daniel K Lyons Date: Tue, 20 Jan 2026 16:54:18 +0000 (-0700) Subject: Fixed a typo in the documentation for atom_codes/2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=ed36aa7313c2a5610a89d4bab78ca12420021e3e;p=scryer-prolog.git Fixed a typo in the documentation for atom_codes/2 --- 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: % % ```