From c3f87f245a5a2fc180d4c8f64557bcff716d09a9 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 17 Jul 2023 14:05:28 +0200 Subject: [PATCH] docs: improve scrollbar doc comment (#329) --- src/widgets/scrollbar.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/widgets/scrollbar.rs b/src/widgets/scrollbar.rs index 350fa2a3..0bce5718 100644 --- a/src/widgets/scrollbar.rs +++ b/src/widgets/scrollbar.rs @@ -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