clarify the style<%>'s get-delta's docs

original commit: 7cc3465486af74705b79f0e02fee6a3b0805b5b1
This commit is contained in:
Robby Findler 2011-02-17 10:11:02 -06:00
parent 17a8784314
commit 7b15ad363f

View File

@ -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.
}