www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9a7e7422eb6d1d953c1804e116b957fc8d207baf
parent cc475654b4240a40641adc79305a1ff1172e429e
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Sun, 22 Jan 2017 19:51:19 +0100

Typo in documentation

Diffstat:
Mscribblings/stxparse-info.scrbl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scribblings/stxparse-info.scrbl b/scribblings/stxparse-info.scrbl @@ -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)]