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 c462da8 commit fe0535bCopy full SHA for fe0535b
crates/typst-library/src/model/par.rs
@@ -177,7 +177,7 @@ pub struct ParElem {
177
/// - [段落の`spacing`]($par.spacing)を
178
/// `{set par(spacing: 0.65em)}`を使用して[`leading`]($par.leading)と同じ長さまで減らす
179
/// - [ブロックの`spacing`]($block.spacing)
180
- /// デフォルトでは段落の間隔を継承します)を`{set block(spacing: 1.2em)}`を使用して
+ /// (デフォルトでは段落の間隔を継承します)を`{set block(spacing: 1.2em)}`を使用して
181
/// 元の段落間隔と同じ長さまで増やす
182
///
183
/// ```example
0 commit comments