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 2bf234d commit 7bf4a9cCopy full SHA for 7bf4a9c
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