From 8d15718188defdf601f240685576654f241459d4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 8 Jan 2011 07:50:25 -0700 Subject: [PATCH] fix typo Closes PR 11061 --- collects/scribblings/raco/make.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/raco/make.scrbl b/collects/scribblings/raco/make.scrbl index 8f0419cc02..485c350f29 100644 --- a/collects/scribblings/raco/make.scrbl +++ b/collects/scribblings/raco/make.scrbl @@ -339,7 +339,7 @@ path of an included file as it expands an @racket[include] form.} The @DFlag{no-deps} mode for @exec{raco make} is an improverished form of the compilation, because it does not track import dependencies. It does, however, support compilation of non-module -source in an namespace that iniitially imports @racketmodname[scheme]. +source in an namespace that initially imports @racketmodname[scheme]. Outside of a module, top-level @racket[define-syntaxes], @racket[module], @racket[#%require], @@ -352,7 +352,7 @@ For example, when compiling the file containing @racketblock[ (require racket/class) -(define f (class% object% (super-new))) +(define f (class object% (super-new))) ] the @racket[class] form from the @racketmodname[racket/class] library