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 dc5c701 commit 86574bcCopy full SHA for 86574bc
crates/typst-library/src/introspection/location.rs
@@ -48,7 +48,7 @@ impl Location {
48
impl Location {
49
/// このlocationのページ番号を返します。
50
///
51
- /// このlocationの[ページカウンター]($counter)の値を返すわけではなく、(1始まりの)実際のページ番号を返すことに注意してください。
+ /// このlocationの[ページカウンター]($counter)の値を返すのではなく、(1始まりの)実際のページ番号を返すことに注意してください。
52
53
/// ページカウンターの値が知りたい場合は代わりに`{counter(page).at(loc)}`を使用してください。
54
0 commit comments