Fixing error string
This commit is contained in:
parent
9eb053d4db
commit
eeada45868
|
@ -504,7 +504,7 @@ namespace.
|
||||||
|
|
||||||
(define-teach beginner string-whitespace?
|
(define-teach beginner string-whitespace?
|
||||||
(lambda (s)
|
(lambda (s)
|
||||||
(cerr 'string-upper-case? (string? s) "<string>" s)
|
(cerr 'string-whitespace? (string? s) "<string>" s)
|
||||||
(andmap char-whitespace? (string->list s))))
|
(andmap char-whitespace? (string->list s))))
|
||||||
|
|
||||||
;; -----------------------------------------------------------------------------
|
;; -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user