fixed typo
svn: r1502
This commit is contained in:
parent
65e8698758
commit
4de4292474
|
@ -292,7 +292,8 @@
|
||||||
(build-string n (lambda (i)
|
(build-string n (lambda (i)
|
||||||
(define r (f i))
|
(define r (f i))
|
||||||
(unless (char? r)
|
(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))))
|
r))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user