mirror of https://github.com/stelzo/typst.git
typo: `childfren` -> `children` (#381)
This commit is contained in:
parent
e83e05d541
commit
1e9d6b4aaa
|
|
@ -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>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue