Skip to content

Commit 236fe38

Browse files
Update crates/typst-library/src/introspection/counter.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 5ba871a commit 236fe38

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
@@ -439,7 +439,7 @@ impl Counter {
439439
numbering: Smart<Numbering>,
440440
/// 有効化された場合、トップレベルのカウンターの現在値と最終値を一緒に表示します。
441441
/// 両者のスタイル設定は1つの番号付けパターンで指定できます。
442-
/// これは、`{"1 / 1"}`のようなパターンが与えられたときに、現在のページ番号と全ページ数を表示するためにページの番号付けプロパティによって使用されます
442+
/// これは、ページのnumberingプロパティで`{"1 / 1"}`のようなパターンが与えられたときに、現在のページ番号と総ページ数を表示するために使用されます
443443
#[named]
444444
#[default(false)]
445445
both: bool,

0 commit comments

Comments
 (0)