fix typo, Closes PR14720

This commit is contained in:
Matthias Felleisen 2014-09-02 12:17:30 +02:00
parent ae2dcdeb9e
commit 82c10f79c6

View File

@ -627,7 +627,7 @@ Consider the following two examples in this context:
@defform*[#:id [check-member-of check-member-of-id]
[(check-member-of expression expression expression ...)]]{
Checks that the value of the first @racket[expression] as that of
Checks that the value of the first @racket[expression] is that of
one of the following @racket[expression]s.
@;%