diff options
| author | oskgo <92018610+oskgo@users.noreply.github.com> | 2023-03-27 22:41:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 22:41:51 +0200 |
| commit | 1e9d6b4aaa0ac64b83c55ef6eb0216d7fe4e942f (patch) | |
| tree | 13fd66be59d374c378f6ca11bb59c9508e6140ad | |
| parent | e83e05d5417418e0845eccdb660fe2210215e301 (diff) | |
typo: `childfren` -> `children` (#381)
| -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>, } |
