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 26c73cc commit 25b1bbeCopy full SHA for 25b1bbe
crates/typst-library/src/introspection/location.rs
@@ -52,7 +52,7 @@ impl Location {
52
///
53
/// ページカウンターの値が知りたい場合は代わりに`{counter(page).at(loc)}`を使用してください。
54
55
- /// [`here`]と組み合わせることで現在のコンテキストが配置される実際のページ番号が取得できます。
+ /// [`here`]と組み合わせることで現在のコンテキストにおける実際のページ番号が取得できます。
56
/// ```example
57
/// #context [
58
/// I am located on
0 commit comments