fixed . typo that mzscheme now flags as a syntax error

svn: r999
This commit is contained in:
Matthew Flatt 2005-10-06 15:45:07 +00:00
parent 3139454548
commit 0d44f44db9

View File

@ -100,7 +100,7 @@
make-get-span-from-label-from-model-state
(gui-model-state? . -> . (label? . -> . non-negative-exact-integer?)))
(for-each-source (gui-model-state? (any/c . -> . void?) . -> .void?))
(for-each-source (gui-model-state? (any/c . -> . void?) . -> . void?))
(register-source-with-gui (gui-model-state? any/c . -> . any))
(is-source-registered? (gui-model-state? any/c . -> . boolean?))