]> Repositorios git - scryer-prolog.git/commitdiff
Fixed a typo in the documentation for atom_codes/2
authorDaniel K Lyons <[email protected]>
Tue, 20 Jan 2026 16:54:18 +0000 (09:54 -0700)
committerGitHub <[email protected]>
Tue, 20 Jan 2026 16:54:18 +0000 (09:54 -0700)
src/lib/builtins.pl

index 65c829a5064cc420c9a7628b76dbdc2c23131ad7..735b4b28ed7d8c7370cb55e9c0be7b0f96de4afe 100644 (file)
@@ -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:
 %
 % ```