s/comparing with with/comparing it with/ (#3314)

Duplicated word in documentation.
This commit is contained in:
Dionna Amalie Glaze 2020-07-28 00:03:06 -07:00 committed by GitHub
parent 303a941915
commit ec0ec8e970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1013,7 +1013,7 @@ macro expansion in the current definition context.
In a @tech{syntax transformer} that runs in a non-expression context
and forces the expansion of subforms with @racket[local-expand], use
@racket[syntax-local-identifier-as-binding] on an identifier from the
expansion before moving it into a binding position or comparing with
expansion before moving it into a binding position or comparing it
with @racket[bound-identifier=?]. Otherwise, the results can be
inconsistent with the way that @racket[define] works in the same
definition context.