typo: childfren -> children (#381)

This commit is contained in:
oskgo 2023-03-27 22:41:51 +02:00 committed by GitHub
parent e83e05d541
commit 1e9d6b4aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>,
}