fixed typo

svn: r1502
This commit is contained in:
Matthias Felleisen 2005-12-02 22:14:35 +00:00
parent 65e8698758
commit 4de4292474

View File

@ -292,7 +292,8 @@
(build-string n (lambda (i)
(define r (f i))
(unless (char? r)
(qcheck 'build-string "second argument must be a <procedure> that produces a <char>, given ~e which produced ~e for ~e" f r i))
(qcheck 'build-string
"second argument must be a <procedure> that produces a <char>, given ~e, which produced ~e for ~e" f r i))
r))))