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 ae0fa4f commit 52aaa08Copy full SHA for 52aaa08
crates/typst-library/src/layout/pad.rs
@@ -50,7 +50,7 @@ pub struct PadElem {
50
#[external]
51
pub rest: Rel<Length>,
52
53
- /// 4辺にパディングを追加するコンテンツ。
+ /// パディングを追加するコンテンツ。
54
#[required]
55
pub body: Content,
56
}
0 commit comments