Skip to content

Commit 8770d3d

Browse files
committed
内容→コンテンツに修正
1 parent ff8ae9c commit 8770d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub struct ColumnsElem {
4747
#[default(Ratio::new(0.04).into())]
4848
pub gutter: Rel<Length>,
4949

50-
/// 段内にレイアウトされるべき内容
50+
/// 段内にレイアウトされるべきコンテンツ
5151
#[required]
5252
pub body: Content,
5353
}

0 commit comments

Comments
 (0)