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 08d34f6 commit 5943cc7Copy full SHA for 5943cc7
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