Merge pull request #1334 from cky/fix-numeric-entity-description
Fix description of the `#x20` X-expression
This commit is contained in:
commit
8b7f426fac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user