From 4e7fbad09a0fa9a066de80aedc735d148d477e89 Mon Sep 17 00:00:00 2001 From: John Clements Date: Tue, 15 Jan 2008 06:39:32 +0000 Subject: [PATCH] slightly less confusing error message? svn: r8332 --- collects/profj/parsers/parse-error.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profj/parsers/parse-error.ss b/collects/profj/parsers/parse-error.ss index 35453cd245..e27fe6aba2 100644 --- a/collects/profj/parsers/parse-error.ss +++ b/collects/profj/parsers/parse-error.ss @@ -763,7 +763,7 @@ "'[' cannot appear here. Array specifications must immediately follow the type. Methods begin with '('." srt ne)) ((open-separator? n-tok) - (parse-error (format "Method parameters must begin with '(' found ~a." n-out) srt ne)) + (parse-error (format "Method parameter list must begin with '(', found ~a." n-out) srt ne)) ((id-token? n-tok) (parse-error (string-append