Two doc typos.
Closes PR 13590. Closes PR 13591.
This commit is contained in:
parent
3e27388571
commit
a1437e71f7
|
@ -394,7 +394,7 @@ several known ways:
|
||||||
effects of buffering.}
|
effects of buffering.}
|
||||||
|
|
||||||
@item{The bindings in a namespace produced by @racket[null-environment]
|
@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],
|
instead of @|r6rs| bindings. In particular, @racket[=>], @racket[else],
|
||||||
@racket[_], and @racket[...] are not bound.}
|
@racket[_], and @racket[...] are not bound.}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
|
|
||||||
@title{Typed Regions}
|
@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 ...+)
|
@defform*/subs[[(with-type result-spec fv-clause body ...+)
|
||||||
(with-type export-spec fv-clause body ...+)]
|
(with-type export-spec fv-clause body ...+)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user