Skip to content

Commit a7be414

Browse files
authored
Update crates/typst-library/src/introspection/counter.rs
1 parent 236fe38 commit a7be414

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
@@ -487,7 +487,7 @@ impl Counter {
487487

488488
/// カウンター値を1増加。
489489
///
490-
/// updateは、返り値であるコンテンツが文書中に挿入された位置で適用されます。
490+
/// 更新は、返り値であるコンテンツが文書中に挿入された位置で適用されます。
491491
/// 文書中に出力がなければ何も起こりません!
492492
/// 例えば`{let _ = counter(page).step()}`と書いた場合が、この何も起きないときに該当します。
493493
/// カウンターの更新は常にレイアウト順に適用され、Typstはいつカウンターをインクリメントするのか知りません。

0 commit comments

Comments
 (0)