typo: numerator -> denominator

This commit is contained in:
ben 2016-01-30 20:40:55 -05:00
parent 4e7bb3071a
commit 7ea277e420

View File

@ -437,7 +437,7 @@ Coerces @racket[q] to an exact number, finds the numerator of the
@defproc[(denominator [q rational?]) integer?]{
Coerces @racket[q] to an exact number, finds the numerator of the
Coerces @racket[q] to an exact number, finds the denominator of the
number expressed in its simplest fractional form, and returns this
number coerced to the exactness of @racket[q].