Replaced an outdated reference to syntax-object->datum with syntax->datum.
This commit is contained in:
parent
8d96133681
commit
5582f7591f
|
@ -354,7 +354,7 @@ using @racket[datum->syntax].
|
|||
When a reader-extension procedure is called in non-syntax-reading
|
||||
modes, it should generally not return a syntax object. If a syntax
|
||||
object is returned, it is converted to a plain value using
|
||||
@racket[syntax-object->datum].
|
||||
@racket[syntax->datum].
|
||||
|
||||
In either context, when the result from a reader-extension procedure
|
||||
is a special-comment value (see @secref["special-comments"]), then
|
||||
|
|
Loading…
Reference in New Issue
Block a user