Skip to content

Commit 86574bc

Browse files
authored
Apply suggestion from @ultimatile
1 parent dc5c701 commit 86574bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl Location {
4848
impl Location {
4949
/// このlocationのページ番号を返します。
5050
///
51-
/// このlocationの[ページカウンター]($counter)の値を返すわけではなく、(1始まりの)実際のページ番号を返すことに注意してください。
51+
/// このlocationの[ページカウンター]($counter)の値を返すのではなく、(1始まりの)実際のページ番号を返すことに注意してください。
5252
///
5353
/// ページカウンターの値が知りたい場合は代わりに`{counter(page).at(loc)}`を使用してください。
5454
///

0 commit comments

Comments
 (0)