summaryrefslogtreecommitdiffstats
path: root/widget/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-25 01:47:07 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-25 01:47:07 +0200
commit99434b3ecf7874d2382e7f739bc69a55768fd60b (patch)
tree6749490e5566a600e91555dc1c90d5d9dcc36971 /widget/src
parent8b1c514c3816795437da2ec25c2cfc559ebe5b9a (diff)
downloadiced-99434b3ecf7874d2382e7f739bc69a55768fd60b.tar.gz
iced-99434b3ecf7874d2382e7f739bc69a55768fd60b.tar.bz2
iced-99434b3ecf7874d2382e7f739bc69a55768fd60b.zip
Fix documentation of `stack` module
Diffstat (limited to 'widget/src')
-rw-r--r--widget/src/stack.rs2
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;