diff options
Diffstat (limited to 'library/src/layout')
| -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 b17104df..c85eda2d 100644 --- a/library/src/layout/stack.rs +++ b/library/src/layout/stack.rs @@ -32,7 +32,7 @@ pub struct StackElem { /// Spacing to insert between items where no explicit spacing was provided. pub spacing: Option<Spacing>, - /// The childfren to stack along the axis. + /// The children to stack along the axis. #[variadic] pub children: Vec<StackChild>, } |
