Skip to content

Commit 25c1b97

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

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
@@ -6,7 +6,7 @@ use crate::introspection::Location;
66

77
/// 文書中における現在のロケーションを提供。
88
///
9-
/// `here`はアクティブな[コンテキスト]($context)から現在位置を直接取得する低レベルな構成要素と考えることができます
9+
/// `here`はアクティブな[コンテキスト]($context)から現在のロケーションを直接取得する低レベルな構成要素と考えることができます
1010
/// いくつかの他の関数が内部で使用しています。
1111
/// 例えば、`{counter.get()}`は`{counter.at(here())}`と等価です。
1212
///

0 commit comments

Comments
 (0)