fixing typo.
svn: r16440
This commit is contained in:
parent
71125a3d9a
commit
6f4b44916b
|
@ -212,7 +212,7 @@ which specifies its parsing as an exact or inexact number; see
|
|||
@secref["numbers"] for information on number exactness. As the
|
||||
non-terminal names suggest, a number that has no exactness specifier
|
||||
and matches only @nunterm{inexact-number} is normally parsed as an
|
||||
inexact number, otherwise it is parsed as an excat number. If the
|
||||
inexact number, otherwise it is parsed as an exact number. If the
|
||||
@scheme[read-decimal-as-inexact] @tech{parameter} is set to @scheme[#f], then
|
||||
all numbers without an exactness specifier are instead parsed as
|
||||
exact.
|
||||
|
|
Loading…
Reference in New Issue
Block a user