Skip to content

Commit f0c7535

Browse files
ultimatile3w36zj6
andauthored
Update crates/typst-library/src/layout/stack.rs
Co-authored-by: 3w36zj6 <[email protected]>
1 parent 0d08ca1 commit f0c7535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/layout/stack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub struct StackElem {
3838
/// 明示的に間隔が与えられなかった場合にアイテム間に挿入される間隔。
3939
pub spacing: Option<Spacing>,
4040

41-
/// 軸に沿って積み重ねる子
41+
/// 軸に沿って積み重ねる子要素
4242
#[variadic]
4343
pub children: Vec<StackChild>,
4444
}

0 commit comments

Comments
 (0)