diff --git a/collects/scheme/help.ss b/collects/scheme/help.ss index 4c8eb0a9aa..a890451d4d 100644 --- a/collects/scheme/help.ss +++ b/collects/scheme/help.ss @@ -37,7 +37,7 @@ (raise-syntax-error #f (string-append "expects a single identifer, any number of literal" - " strings, or a #:search clause;" + " strings, or #:search clauses;" " try `(help help)' for more information") stx)])))