diff options
Diffstat (limited to 'library/src/layout/stack.rs')
| -rw-r--r-- | library/src/layout/stack.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/stack.rs b/library/src/layout/stack.rs index 80145567..2ce2cc28 100644 --- a/library/src/layout/stack.rs +++ b/library/src/layout/stack.rs @@ -6,7 +6,7 @@ use crate::prelude::*; /// The stack places a list of items along an axis, with optional spacing /// between each item. /// -/// ## Example +/// ## Example { #example } /// ```example /// #stack( /// dir: ttb, |
