Skip to content

Commit 25b1bbe

Browse files
committed
Update crates/typst-library/src/introspection/location.rs
1 parent 26c73cc commit 25b1bbe

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
@@ -52,7 +52,7 @@ impl Location {
5252
///
5353
/// ページカウンターの値が知りたい場合は代わりに`{counter(page).at(loc)}`を使用してください。
5454
///
55-
/// [`here`]と組み合わせることで現在のコンテキストが配置される実際のページ番号が取得できます
55+
/// [`here`]と組み合わせることで現在のコンテキストにおける実際のページ番号が取得できます
5656
/// ```example
5757
/// #context [
5858
/// I am located on

0 commit comments

Comments
 (0)