From e3408c197db71565b0a9afa2fa077effa8850ebb Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 27 Dec 2012 15:47:08 -0500 Subject: [PATCH] [Style] fixed typo pointed out by Harry Spier --- collects/scribblings/style/constructs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/style/constructs.scrbl b/collects/scribblings/style/constructs.scrbl index 94add06ce3..d23411955c 100644 --- a/collects/scribblings/style/constructs.scrbl +++ b/collects/scribblings/style/constructs.scrbl @@ -32,7 +32,7 @@ In addition to ``;'', we have two other mechanisms for commenting code: be composed in interesting ways with other comments, for example, ``#;#;'' will comment two expressions, and a line with just ``;#;'' gives you a single-character ``toggle'' for the expression that starts on the next - line. But on the flip side, lots tools don't process them + line. But on the flip side, many tools don't process them properly---treating them instead as a ``#'' followed by a commented line. For example, in DrRacket S-expression comments are ignored when it comes to syntax coloring, which makes it easy to miss them. In Emacs, the