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 25c1b97 commit 5f318caCopy full SHA for 5f318ca
crates/typst-library/src/introspection/here.rs
@@ -10,7 +10,7 @@ use crate::introspection::Location;
10
/// いくつかの他の関数が内部で使用しています。
11
/// 例えば、`{counter.get()}`は`{counter.at(here())}`と等価です。
12
///
13
-/// [ロケータブル]($location/#locatable)要素に対するshowルールにおいて、`{here()}`は表示する要素の位置にマッチします。
+/// [ロケータブル]($location/#locatable)要素に対するshowルールにおいて、`{here()}`は表示する要素のロケーションにマッチします。
14
15
/// 現在のページ番号を表示したい場合は、[`counter`]型のドキュメントを参照してください。
16
/// `here`は物理的なページ番号を決定できますが、通常は、前書きの後にリセットされるような、論理的なページ番号が必要でしょう。
0 commit comments