From 18889de808f7870555d6916e5e028d179a61c85d Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Sat, 23 Feb 2013 13:58:59 -0700 Subject: [PATCH] Add 'extra' to emphasize the intended meaning. Closes PR 13550. --- collects/scribblings/guide/simple-syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/simple-syntax.scrbl b/collects/scribblings/guide/simple-syntax.scrbl index b1b6fcfa36..37f6172bcd 100644 --- a/collects/scribblings/guide/simple-syntax.scrbl +++ b/collects/scribblings/guide/simple-syntax.scrbl @@ -414,7 +414,7 @@ function. @interaction[(1 2 3 4)] When you accidentally omit a function name or when you use -parentheses around an expression, you'll most often get an ``expected +extra parentheses around an expression, you'll most often get an ``expected a procedure'' error like this one. @;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -