From e8d7b8696e246b059b560dac7173cd6840afa8dc Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 15 May 2012 20:13:12 -0600 Subject: [PATCH] doc fix Closes PR 12772 --- collects/scribblings/gui/snip-admin-class.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/gui/snip-admin-class.scrbl b/collects/scribblings/gui/snip-admin-class.scrbl index 992555f63b..09163582e1 100644 --- a/collects/scribblings/gui/snip-admin-class.scrbl +++ b/collects/scribblings/gui/snip-admin-class.scrbl @@ -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{