typo: 'regonized'

This commit is contained in:
Ben Greenman 2018-07-28 19:36:26 -04:00
parent 52334a508b
commit 858743b679

View File

@ -263,7 +263,7 @@ produces
(+ 1 (unsyntax (elem (racket x) (subscript "2"))))
]
The @racket[escape-id] that defaults to @racket[unsyntax] is regonized via
The @racket[escape-id] that defaults to @racket[unsyntax] is recognized via
@racket[free-identifier=?], so a binding can hide the escape behavior:
@RACKETBLOCK[