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 648489d commit ae0fa4fCopy full SHA for ae0fa4f
crates/typst-library/src/layout/pad.rs
@@ -3,7 +3,7 @@ use crate::engine::Engine;
3
use crate::foundations::{elem, Content, NativeElement, Packed, Show, StyleChain};
4
use crate::layout::{BlockElem, Length, Rel};
5
6
-/// コンテンツの前後に空白を追加。
+/// コンテンツの周囲に空白を追加。
7
///
8
/// 空白は各辺を独立に指定するか、位置変数を用いて全辺を一括指定することができます。
9
0 commit comments