doc fix
Closes PR 12772 original commit: e8d7b8696e246b059b560dac7173cd6840afa8dc
This commit is contained in:
parent
b4689e86d2
commit
eea4d30f1b
|
@ -78,8 +78,8 @@ Fills all boxes with @racket[0.0].
|
|||
|
||||
}}
|
||||
|
||||
@defmethod[(get-view-size [h (or/c (box/c (and/c real? (not/c negative?))) #f)]
|
||||
[w (or/c (box/c (and/c real? (not/c negative?))) #f)])
|
||||
@defmethod[(get-view-size [w (or/c (box/c (and/c real? (not/c negative?))) #f)]
|
||||
[h (or/c (box/c (and/c real? (not/c negative?))) #f)])
|
||||
void?]{
|
||||
|
||||
@methspec{
|
||||
|
|
Loading…
Reference in New Issue
Block a user