Merge pull request #1334 from cky/fix-numeric-entity-description

Fix description of the `#x20` X-expression
This commit is contained in:
Jay McCarthy 2016-05-28 20:40:03 -04:00
commit 8b7f426fac

View File

@ -168,7 +168,7 @@ A @racket[_symbol] represents a symbolic entity. For example,
@racket['nbsp] represents @litchar{ }.
An @racket[valid-char?] represents a numeric entity. For example,
@racketvalfont{#x20} represents @litchar{}.
@racketvalfont{#x20} represents @litchar{ }.
A @racket[_cdata] is an instance of the @racket[cdata] structure type,
and a @racket[_misc] is an instance of the @racket[comment] or