doc typo: disappeared-{use,binding}s -> disappeared-{use,binding}

This commit is contained in:
Sorawee Porncharoenwase 2020-06-06 16:16:21 -07:00 committed by Sam Tobin-Hochstadt
parent f892fe936e
commit 7abdaee224
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ forms like @racket[with-disappeared-uses].
Evaluates the @racket[body-expr]s and @racket[stx-expr], catching identifiers
looked up using @racket[syntax-local-value/record]. Adds the caught identifiers
to the @racket['disappeared-uses] syntax property of the syntax object produced
to the @racket['disappeared-use] syntax property of the syntax object produced
by @racket[stx-expr].
@history[#:changed "6.5.0.7" @elem{Added the option to include @racket[body-expr]s.}]

View File

@ -18,5 +18,5 @@ record that parts of @racket[stx] were expanded via
Specifically, the identifiers produced by
@racket[(internal-definition-context-binding-identifiers intdef-ctx)]
are added to the @racket['disappeared-bindings] property of
are added to the @racket['disappeared-binding] property of
@racket[stx].}