doc typos

This commit is contained in:
Matthew Butterick 2018-06-16 13:39:32 -07:00 committed by GitHub
parent 3c752e008e
commit d2a69d6384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.}]}