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 24cde10 commit 8114b49Copy full SHA for 8114b49
crates/typst-library/src/layout/repeat.rs
@@ -5,7 +5,7 @@ use crate::layout::{BlockElem, Length};
5
6
/// 利用可能なスペースでのコンテンツの繰り返し。
7
///
8
-/// これは独自の索引、参考文献、目次を作成する場合に便利かもしれません。
+/// これは独自の索引、参考文献、目次を作成する際に便利です。
9
10
/// bodyパラメーターの実体の間に空白が挿入される可能性があるため、[`justify`]($repeat.justify)パラメーターを正しく調整しているか確かめてください。
11
0 commit comments