Typo in documentation
This commit is contained in:
parent
cc475654b4
commit
9a7e7422eb
|
@ -38,7 +38,7 @@ know which syntax pattern variables are within scope.
|
|||
|
||||
@racketblock[(with-pvars (v₁ v₂ v₃) . body)]
|
||||
|
||||
a call to the for-syntax function @racket[(current-pvars)] returns;
|
||||
a call to the for-syntax function @racket[(current-pvars)] returns:
|
||||
|
||||
@racketblock[(list* (quote-syntax v₃) (quote-syntax v₂) (quote-syntax v₁)
|
||||
old-current-pvars)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user