File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
crates/typst-library/src/model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) ]  
291291pub  struct  ParbreakElem  { } 
@@ -436,7 +436,7 @@ pub struct ParLine {
436436     /// _注意:_ 行番号のスコープは、 
437437     /// ページラン(改ページが明示的に挿入されていない連続したページ)内で統一されている必要があります。 
438438     /// そのため、setルールによる設定は、 
439-      /// ページコンテンツの前、通常は文書の最初などで定義する必要があります 。 
439+      /// ページコンテンツの前、通常は文書の最初などで定義することが望ましいです 。 
440440     /// 
441441     /// ```example 
442442     /// >>> #set page(margin: (left: 3em)) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments