diff options
author | 2024-04-25 01:47:07 +0200 | |
---|---|---|
committer | 2024-04-25 01:47:07 +0200 | |
commit | 99434b3ecf7874d2382e7f739bc69a55768fd60b (patch) | |
tree | 6749490e5566a600e91555dc1c90d5d9dcc36971 | |
parent | 8b1c514c3816795437da2ec25c2cfc559ebe5b9a (diff) | |
download | iced-99434b3ecf7874d2382e7f739bc69a55768fd60b.tar.gz iced-99434b3ecf7874d2382e7f739bc69a55768fd60b.tar.bz2 iced-99434b3ecf7874d2382e7f739bc69a55768fd60b.zip |
Fix documentation of `stack` module
-rw-r--r-- | widget/src/stack.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/stack.rs b/widget/src/stack.rs index 84f1f7ff..d6a1538e 100644 --- a/widget/src/stack.rs +++ b/widget/src/stack.rs @@ -1,4 +1,4 @@ -//! Distribute content vertically. +//! Display content on top of other content. use crate::core::event::{self, Event}; use crate::core::layout; use crate::core::mouse; |