From e9a045c6950c413abbaf0009e45d0221a0f5f3f7 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 1 Dec 2011 10:25:14 -0500 Subject: [PATCH] Fix doc typo. Related to PR 9501. --- collects/scribblings/quick/quick.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/quick/quick.scrbl b/collects/scribblings/quick/quick.scrbl index 7fc04f73f2..9b83cff427 100644 --- a/collects/scribblings/quick/quick.scrbl +++ b/collects/scribblings/quick/quick.scrbl @@ -485,7 +485,7 @@ is @racket[(hc-append 10 expr (code expr))]. In particular, @racket[(circle 10)] as @racket[expr], so it is replaced with @racket[(hc-append 10 (circle 10) (code (circle 10)))]. -Of course, the sword of syntactic extension cuts both ways: inventing +Of course, this sort of syntactic extension cuts both ways: inventing a new language can make it easier to say what you want, but harder for others to understand. As it happens, the developers of Racket are constantly giving talks and writing papers that involve Racket code,