docs bug (as noted by Marijn on racket-dev)
This commit is contained in:
parent
376ad1f52c
commit
c9fcde258f
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user