From bcd96469114c5bb120fd5d965b244042edb8a025 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 24 May 2007 10:03:12 +0000 Subject: [PATCH] doc typo svn: r6263 --- collects/scribblings/guide/syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/syntax.scrbl b/collects/scribblings/guide/syntax.scrbl index 807f03362c..12e5b335df 100644 --- a/collects/scribblings/guide/syntax.scrbl +++ b/collects/scribblings/guide/syntax.scrbl @@ -235,7 +235,7 @@ appear in a string constant. ] When a constant is evaluated in the REPL, it typically prints the same -as its input syntax. In same cases, the printed form is a normalized +as its input syntax. In some cases, the printed form is a normalized version of the input syntax. In other cases, the printed result of an expression does not correspond to input syntax at all, such as when an expression proceduces a procedure (instead of applying the