diff --git a/collects/r6rs/scribblings/r6rs.scrbl b/collects/r6rs/scribblings/r6rs.scrbl index 042e5e4068..c195416e2b 100644 --- a/collects/r6rs/scribblings/r6rs.scrbl +++ b/collects/r6rs/scribblings/r6rs.scrbl @@ -394,7 +394,7 @@ several known ways: effects of buffering.} @item{The bindings in a namespace produced by @racket[null-environment] - or @racket[racket-report-environment] correspond to @|r5rs| bindings + or @racket[scheme-report-environment] correspond to @|r5rs| bindings instead of @|r6rs| bindings. In particular, @racket[=>], @racket[else], @racket[_], and @racket[...] are not bound.} diff --git a/collects/typed-racket/scribblings/reference/typed-regions.scrbl b/collects/typed-racket/scribblings/reference/typed-regions.scrbl index faab1c3e98..ea8ea2c953 100644 --- a/collects/typed-racket/scribblings/reference/typed-regions.scrbl +++ b/collects/typed-racket/scribblings/reference/typed-regions.scrbl @@ -11,7 +11,8 @@ @title{Typed Regions} -The @racket[with-type] for allows for localized Typed Racket regions in otherwise untyped code. +The @racket[with-type] form allows for localized Typed Racket regions in +otherwise untyped code. @defform*/subs[[(with-type result-spec fv-clause body ...+) (with-type export-spec fv-clause body ...+)]