fix doc error
as reported by Hong Feng
This commit is contained in:
parent
7a85e942a2
commit
841e0b2473
|
@ -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].
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user