Skip to content

Commit 5f318ca

Browse files
authored
Update crates/typst-library/src/introspection/here.rs
1 parent 25c1b97 commit 5f318ca

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/introspection

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::introspection::Location;
1010
/// いくつかの他の関数が内部で使用しています。
1111
/// 例えば、`{counter.get()}`は`{counter.at(here())}`と等価です。
1212
///
13-
/// [ロケータブル]($location/#locatable)要素に対するshowルールにおいて、`{here()}`は表示する要素の位置にマッチします
13+
/// [ロケータブル]($location/#locatable)要素に対するshowルールにおいて、`{here()}`は表示する要素のロケーションにマッチします
1414
///
1515
/// 現在のページ番号を表示したい場合は、[`counter`]型のドキュメントを参照してください。
1616
/// `here`は物理的なページ番号を決定できますが、通常は、前書きの後にリセットされるような、論理的なページ番号が必要でしょう。

0 commit comments

Comments
 (0)