Skip to content

Commit cd44133

Browse files
Update crates/typst-library/src/layout/stack.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent f0c7535 commit cd44133

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
@@ -5,7 +5,7 @@ use crate::engine::Engine;
55
use crate::foundations::{cast, elem, Content, NativeElement, Packed, Show, StyleChain};
66
use crate::layout::{BlockElem, Dir, Spacing};
77

8-
/// コンテンツと間隔を垂直方向または水平方向に配置
8+
/// コンテンツと間隔を垂直または水平方向に配置
99
///
1010
/// スタックは、ある軸に沿ってアイテムのリストを配置し、各アイテム間に任意の間隔を設定します。
1111
///

0 commit comments

Comments
 (0)