From 6f4b44916bd8282cf7af7d33c4e2d7546a90b1e9 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 27 Oct 2009 17:10:14 +0000 Subject: [PATCH] fixing typo. svn: r16440 --- collects/scribblings/reference/reader.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/reader.scrbl b/collects/scribblings/reference/reader.scrbl index 5704627168..6a1a809d7c 100644 --- a/collects/scribblings/reference/reader.scrbl +++ b/collects/scribblings/reference/reader.scrbl @@ -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.