]> Repositorios git - scryer-prolog.git/commitdiff
s/red/read/ typo in documentation.
authorJason Hemann <[email protected]>
Thu, 5 Dec 2024 06:19:51 +0000 (01:19 -0500)
committerGitHub <[email protected]>
Thu, 5 Dec 2024 06:19:51 +0000 (01:19 -0500)
Small quick fix.

src/lib/builtins.pl

index b24244d6bd7c077cb68a69a35678ef04f055441d..b62632183ad83793bb241d6028e078ccce01c2b6 100644 (file)
@@ -130,7 +130,7 @@ call(_, _, _, _, _, _, _, _, _).
 %    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,