mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
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.
|
/// Spacing to insert between items where no explicit spacing was provided.
|
||||||
pub spacing: Option<Spacing>,
|
pub spacing: Option<Spacing>,
|
||||||
|
|
||||||
/// The childfren to stack along the axis.
|
/// The children to stack along the axis.
|
||||||
#[variadic]
|
#[variadic]
|
||||||
pub children: Vec<StackChild>,
|
pub children: Vec<StackChild>,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user