From 841e0b247320b1050bf34eb71cae1915582163ea Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 15 Jan 2011 08:09:43 -0700 Subject: [PATCH] fix doc error as reported by Hong Feng --- collects/scribblings/reference/eval-model.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/eval-model.scrbl b/collects/scribblings/reference/eval-model.scrbl index 00db4742cf..4804637f11 100644 --- a/collects/scribblings/reference/eval-model.scrbl +++ b/collects/scribblings/reference/eval-model.scrbl @@ -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].