Skip to content

Commit

Permalink
Update slider-class.scrbl
Browse files Browse the repository at this point in the history
Remove double negation, as suggested by sorawee.
  • Loading branch information
kengruven authored Nov 4, 2023
1 parent fb2a5cb commit a367845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui-doc/scribblings/gui/slider-class.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ If @racket[label] is a string, it is used as the label for the slider.

The @racket[min-value] and @racket[max-value] arguments specify the
range of the slider, inclusive. The @racket[init-value] argument
optionally specifies the slider's initial value. If the sequence
optionally specifies the slider's initial value. The sequence
[@racket[min-value], @racket[init-value], @racket[max-value]]
is not non-decreasing, @|MismatchExn|.
must be non-decreasing. Otherwise, @|MismatchExn|.

The @racket[callback] procedure is called (with the event type
@indexed-racket['slider]) when the user changes the slider's value.
Expand Down

0 comments on commit a367845

Please sign in to comment.