We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dee973 commit 3bc6537Copy full SHA for 3bc6537
crates/typst-library/src/layout/columns.rs
@@ -47,7 +47,7 @@ pub struct ColumnsElem {
47
#[default(Ratio::new(0.04).into())]
48
pub gutter: Rel<Length>,
49
50
- /// 段内にレイアウトされるべき内容。
+ /// 段内にレイアウトされるべきコンテンツ。
51
#[required]
52
pub body: Content,
53
}
0 commit comments