Skip to content

Commit f20e0fd

Browse files
authored
Apply suggestion from @ultimatile
1 parent 2e6dff5 commit f20e0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/introspection/counter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ impl Counter {
490490
/// 更新は、返り値であるコンテンツが文書中に挿入された位置で適用されます。
491491
/// 文書中に出力がなければ何も起こりません!
492492
/// 例えば`{let _ = counter(page).step()}`と書いた場合が、この何も起きないときに該当します。
493-
/// カウンターの更新は常にレイアウト順に適用され、Typstはいつカウンターをインクリメントするのか知りません
493+
/// カウンターの更新は常にレイアウト順に適用されるため、この場合にはTypstはいつカウンターをインクリメントするのか分かりません
494494
#[func]
495495
pub fn step(
496496
self,

0 commit comments

Comments
 (0)