Skip to content

Commit 80a08f1

Browse files
gomazarashigomazarashi
authored andcommitted
表現を修正
1 parent 5c33a92 commit 80a08f1

File tree

1 file changed

+3
-3
lines changed
  • crates/typst-library/src/model

1 file changed

+3
-3
lines changed

crates/typst-library/src/model/par.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub struct ParElem {
9999
///
100100
/// leadingは、
101101
/// ある行の[下端]($text.bottom-edge)と次の行の[上端]($text.top-edge)との間隔を定義します。
102-
/// デフォルトではこれら2つのプロパティはフォントによって決まりますが
102+
/// デフォルトでは、これら2つのプロパティはフォントによって決まりますが
103103
/// テキストのsetルールを使用して手動で設定することもできます。
104104
///
105105
/// top-edge、bottom-edge、およびleadingを設定することで、
@@ -285,7 +285,7 @@ impl From<FirstLineIndent> for Dict {
285285
/// ```
286286
///
287287
/// # 構文
288-
/// 関数を呼び出す代わりに
288+
/// この関数を呼び出す代わりに
289289
/// マークアップ内に空行を挿入することで段落区切りを作成できます。
290290
#[elem(title = "Paragraph Break", Unlabellable)]
291291
pub struct ParbreakElem {}
@@ -436,7 +436,7 @@ pub struct ParLine {
436436
/// _注意:_ 行番号のスコープは、
437437
/// ページラン(改ページが明示的に挿入されていない連続したページ)内で統一されている必要があります。
438438
/// そのため、setルールによる設定は、
439-
/// ページコンテンツの前、通常は文書の最初などで定義する必要があります
439+
/// ページコンテンツの前、通常は文書の最初などで定義することが望ましいです
440440
///
441441
/// ```example
442442
/// >>> #set page(margin: (left: 3em))

0 commit comments

Comments
 (0)