Skip to content

Commit f18cc99

Browse files
Update crates/typst-library/src/introspection/here.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 2c2167a commit f18cc99

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
@@ -4,7 +4,7 @@ use crate::diag::HintedStrResult;
44
use crate::foundations::{func, Context};
55
use crate::introspection::Location;
66

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

0 commit comments

Comments
 (0)