From eea4d30f1b346a3f732e6d8fa624ace0a336bc75 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 original commit: e8d7b8696e246b059b560dac7173cd6840afa8dc --- 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 992555f6..09163582 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{