diff --git a/collects/scribblings/gui/style-intf.scrbl b/collects/scribblings/gui/style-intf.scrbl index f16de97ccb..c5c1ad4c90 100644 --- a/collects/scribblings/gui/style-intf.scrbl +++ b/collects/scribblings/gui/style-intf.scrbl @@ -40,7 +40,7 @@ Returns the style's base style. See @|stylediscuss| for more @defmethod[(get-delta [delta (is-a?/c style-delta%)]) void?]{ -Returns the style's delta information if the style is not a join +Mutates @racket[delta], changing it to match the style's delta, if the style is not a join style. See @|stylediscuss| for more information. }