aboutsummaryrefslogtreecommitdiff
path: root/helix-tui/src/widgets
diff options
context:
space:
mode:
authorIvan Tham2021-06-19 15:11:26 +0000
committerIvan Tham2021-06-20 15:13:36 +0000
commit985625763addd839a101263ae90cfb2f205830fc (patch)
treef6b682218211b2c29e4ab88f65dcb86b88cc2f46 /helix-tui/src/widgets
parenteaf259f8aa57c170e0f3268c837bbb25b934bf80 (diff)
Fix doc warnings
Diffstat (limited to 'helix-tui/src/widgets')
-rw-r--r--helix-tui/src/widgets/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-tui/src/widgets/mod.rs b/helix-tui/src/widgets/mod.rs
index e334b894..484ad50e 100644
--- a/helix-tui/src/widgets/mod.rs
+++ b/helix-tui/src/widgets/mod.rs
@@ -1,4 +1,4 @@
-//! `widgets` is a collection of types that implement [`Widget`] or [`StatefulWidget`] or both.
+//! `widgets` is a collection of types that implement [`Widget`].
//!
//! All widgets are implemented using the builder pattern and are consumable objects. They are not
//! meant to be stored but used as *commands* to draw common figures in the UI.