docs: improve scrollbar doc comment (#329)

This commit is contained in:
a-kenji 2023-07-17 14:05:28 +02:00 committed by GitHub
parent df90982632
commit c3f87f245a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,9 +155,8 @@ pub enum ScrollbarOrientation {
HorizontalTop,
}
/// Scrollbar widget for tui-rs library.
/// A widget to display a scrollbar
///
/// This widget can be used to display a scrollbar in a terminal user interface.
/// The following components of the scrollbar are customizable in symbol and style.
///
/// ```text