fix doc error

as reported by Hong Feng
This commit is contained in:
Matthew Flatt 2011-01-15 08:09:43 -07:00
parent 7a85e942a2
commit 841e0b2473

View File

@ -540,7 +540,7 @@ For example, given the module declaration
(define x 10))
]
the evaluation of @racket[(require m)] creates the variable @racket[x]
the evaluation of @racket[(require 'm)] creates the variable @racket[x]
and installs @racket[10] as its value. This @racket[x] is unrelated to
any top-level definition of @racket[x].