Skip to content

Commit f3bc7f3

Browse files
authored
Update crates/typst-library/src/introspection/locate.rs
1 parent 337d49c commit f3bc7f3

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/locate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::engine::Engine;
55
use crate::foundations::{func, Context, LocatableSelector};
66
use crate::introspection::Location;
77

8-
/// 文書中の要素の位置を特定
8+
/// 文書中の要素のロケーションを特定
99
///
1010
/// 厳密に1つだけの要素にマッチしなければならないセレクターを受け取り、要素の[`location`]を返します。
1111
/// このlocationを用いると、特に、物理的な[`page`]($location.page)番号やその要素の[`position`]($location.position)(ページ番号、x座標、y座標)を取得できます。

0 commit comments

Comments
 (0)