A #x20 X-expression converts to  , not .

This commit is contained in:
Chris Jester-Young 2016-05-28 15:53:31 -04:00
parent 74723e3e95
commit e13917adec

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