From d2a69d63840a3b00af8f5cf104b1cea504dff581 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 16 Jun 2018 13:39:32 -0700 Subject: [PATCH] doc typos --- pkgs/racket-doc/syntax/scribblings/module-reader.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl b/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl index a23c0ded30..1fba15b92f 100644 --- a/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl @@ -159,7 +159,7 @@ identifiers used by the @racket[reader-option]s. is produced, including calls to the @racket[read] and @racket[read-syntax] functions and to any @racket[#:wrapper1] and @racket[#:wrapper2] functions. The - @racket[#:module-wrapper1]-specified function must accept a + @racket[#:module-wrapper]-specified function must accept a thunk, and it can optionally accept a boolean that indicates whether it is used in @racket[read] (@racket[#f]) or @racket[read-syntax] (@racket[#t]) mode. @@ -361,7 +361,7 @@ concisely: ] For such cases, however, the alternative reader constructor -@racket[make-meta-reader] implements a might tightly controlled +@racket[make-meta-reader] implements a more tightly controlled reading of the module language. @history[#:changed "6.3" @elem{Added the @racket[#:module-reader] option.}]}