docs bug (as noted by Marijn on racket-dev)

This commit is contained in:
Robby Findler 2011-12-27 08:51:58 -06:00
parent 376ad1f52c
commit c9fcde258f

View File

@ -554,7 +554,7 @@
width and height of the screen, whichever is smaller. width and height of the screen, whichever is smaller.
@defconstructor[((filename string?) @defconstructor[((filename string?)
(editor% (is-a?/c editor<%>)) (editor% (implementation?/c editor:basic<%>))
(parent (or/c (is-a?/c frame%) false/c) #f) (parent (or/c (is-a?/c frame%) false/c) #f)
(width (or/c (integer-in 0 10000) false/c) #f) (width (or/c (integer-in 0 10000) false/c) #f)
(height (or/c (integer-in 0 10000) false/c) #f) (height (or/c (integer-in 0 10000) false/c) #f)