fix brain fart

closes PR 12126
This commit is contained in:
Robby Findler 2011-08-22 17:11:35 -05:00
parent 8ccf50b84b
commit f22ec82d96

View File

@ -19,7 +19,7 @@ range.
Functions in a programming language have domains and ranges, too, and
a contract can ensure that a function receives only values in its
range and produces only values in its domain. A @racket[->] creates
domain and produces only values in its range. A @racket[->] creates
such a contract for a function. The forms after a @racket[->] specify
contracts for the domains and finally a contract for the range.