Skip to content

Commit ae0fa4f

Browse files
ultimatileCopilot
andauthored
Update crates/typst-library/src/layout/pad.rs
Co-authored-by: Copilot <[email protected]>
1 parent 648489d commit ae0fa4f

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/layout

1 file changed

+1
-1
lines changed

crates/typst-library/src/layout/pad.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::engine::Engine;
33
use crate::foundations::{elem, Content, NativeElement, Packed, Show, StyleChain};
44
use crate::layout::{BlockElem, Length, Rel};
55

6-
/// コンテンツの前後に空白を追加
6+
/// コンテンツの周囲に空白を追加
77
///
88
/// 空白は各辺を独立に指定するか、位置変数を用いて全辺を一括指定することができます。
99
///

0 commit comments

Comments
 (0)