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 ff8ae9c commit 8770d3dCopy full SHA for 8770d3d
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