whoops; @racket[] should have been @method[]

original commit: 03daa7f3c232f37699b11ba2d98d688171c6a024
This commit is contained in:
Robby Findler 2012-11-30 21:33:48 -06:00
parent c0053f32f7
commit 8fb47dd305

View File

@ -275,7 +275,7 @@
@defclass[panel:horizontal-discrete-sizes% (panel:discrete-sizes-mixin panel%) ()]{}
@defclass[panel:vertical-discrete-sizes% (panel:discrete-sizes-mixin panel%) ()]{
Calls @racket[panel:discrete-sizes<%> set-orientation] with @racket[#f] during
Calls @method[panel:discrete-sizes<%> set-orientation] with @racket[#f] during
initialization.
}