From 9a7e7422eb6d1d953c1804e116b957fc8d207baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 22 Jan 2017 19:51:19 +0100 Subject: [PATCH] Typo in documentation --- scribblings/stxparse-info.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/stxparse-info.scrbl b/scribblings/stxparse-info.scrbl index 5335865..311f276 100644 --- 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)]