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 236fe38 commit a7be414Copy full SHA for a7be414
crates/typst-library/src/introspection/counter.rs
@@ -487,7 +487,7 @@ impl Counter {
487
488
/// カウンター値を1増加。
489
///
490
- /// updateは、返り値であるコンテンツが文書中に挿入された位置で適用されます。
+ /// 更新は、返り値であるコンテンツが文書中に挿入された位置で適用されます。
491
/// 文書中に出力がなければ何も起こりません!
492
/// 例えば`{let _ = counter(page).step()}`と書いた場合が、この何も起きないときに該当します。
493
/// カウンターの更新は常にレイアウト順に適用され、Typstはいつカウンターをインクリメントするのか知りません。
0 commit comments