Skip to content

Commit

Permalink
Merge pull request #2679 from jasonhemann/patch-2
Browse files Browse the repository at this point in the history
s/red/read/ typo in documentation.
  • Loading branch information
mthom authored Dec 6, 2024
2 parents ff03432 + d7bf744 commit 0427d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/builtins.pl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
% to `false` since it supports unbounded integer arithmethic. Read only.
% * `integer_rounding_function`: Describes the rounding donde by `//` and `rem` functions. On Scryer is
% always set to `toward_zero`. Read only
% * `double_quotes`: Determines how double quoted strings are red by Prolog. Scryer uses `chars` by default
% * `double_quotes`: Determines how double quoted strings are read by Prolog. Scryer uses `chars` by default
% which is a list of one-character atoms. Other values are codes (list of integers representing characters),
% and atom which creates a whole atom for the string value. Read and write.
% * `max_integer`: Maximum integer supported by the system. As Scryer Prolog has unbounded integer arithmethic,
Expand Down

0 comments on commit 0427d9e

Please sign in to comment.