Fixing error string

This commit is contained in:
Jay McCarthy 2010-07-22 15:12:07 -06:00
parent 9eb053d4db
commit eeada45868

View File

@ -504,7 +504,7 @@ namespace.
(define-teach beginner string-whitespace?
(lambda (s)
(cerr 'string-upper-case? (string? s) "<string>" s)
(cerr 'string-whitespace? (string? s) "<string>" s)
(andmap char-whitespace? (string->list s))))
;; -----------------------------------------------------------------------------