Skip to content

Commit

Permalink
docs: improve scrollbar doc comment (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji authored Jul 17, 2023
1 parent df90982 commit c3f87f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/widgets/scrollbar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3f87f2

Please sign in to comment.