Merge pull request #3234 from fusiongyro/patch-1

Fixed a typo in the documentation for atom_codes/2
This commit is contained in:
Mark Thom
2026-03-09 22:09:40 -07:00
committed by GitHub

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