Fixed a typo in the documentation for atom_codes/2

This commit is contained in:
Daniel K Lyons
2026-01-20 09:54:18 -07:00
committed by GitHub
parent 453a88f03e
commit ed36aa7313

View 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:
%
% ```