fix typo
svn: r5369
This commit is contained in:
parent
56a97e8b36
commit
58e05fbd65
|
@ -107,7 +107,7 @@
|
|||
(unless (ok2? b)
|
||||
(bad b "second" 2type))
|
||||
(unless (ok3? c)
|
||||
(bad c "second" 3type))))
|
||||
(bad c "third" 3type))))
|
||||
|
||||
(define (positive-real? v)
|
||||
(and (real? v) (>= v 0)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user