Typo (plurality)

original commit: 6f344c6259ef6ff9d645c502619afbda885189a5
This commit is contained in:
Asumu Takikawa 2013-10-16 10:47:03 -04:00
parent 40bc64482e
commit 9aef2f0bed

View File

@ -19,7 +19,7 @@ In Typed Racket, the @racket[Integer] type corresponds to values
that return @racket[#t] for the @racket[exact-integer?] predicate,
@bold{@emph{not}} the @racket[integer?] predicate. In particular,
values that return @racket[#t] for @racket[integer?] may be
an @rtech{inexact number} (e.g, @racket[1.0]).
@rtech{inexact number}s (e.g, @racket[1.0]).
When porting a program to Typed Racket, you may need to replace
uses of functions like @racket[round] and @racket[floor] with