fixing error message

This commit is contained in:
Matthias Felleisen 2014-10-21 22:53:58 -04:00
parent e589f591fb
commit 2d422da25a

View File

@ -8,7 +8,7 @@
(define legal "big-bang: ~a clauses are not allowed within big-bang")
(define double "big-bang: the on-tick keyword seems to have been used as a variable")
(define atleast "big-bang: expects a [to-draw handler] clause, missing")
(define atleast "big-bang: missing [to-draw renderer] or [on-draw renderer] clause")
;; is the mandatort to-draw clause specified
(with-handlers ((exn:fail:syntax?