Update Slider docs in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2020-06-13 15:04:49 +02:00
parent 6b4a4655c1
commit f5e16312bf

View File

@ -16,7 +16,8 @@ use std::{ops::RangeInclusive, rc::Rc};
///
/// A [`Slider`] will try to fill the horizontal space of its container.
///
/// The step size defaults to 1.0.
/// The [`Slider`] range of numeric values is generic and its step size defaults
/// to 1 unit.
///
/// [`Slider`]: struct.Slider.html
///