Skip to content

Commit 1fc20fc

Browse files
authored
Update crates/typst-library/src/introspection/location.rs
1 parent ce990e7 commit 1fc20fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::model::Numbering;
1111
/// 文書中の要素の識別。
1212
///
1313
/// locationは文書中の要素を一意に識別し、ページ中での絶対位置へのアクセスを提供します。
14-
/// [`here`]関数を用いて現在位置を取得可能です
14+
/// [`here`]関数を用いて現在のロケーションを取得可能です
1515
/// また、検索した位置や表示された要素の位置は、コンテンツの[`location()`]($content.location)メソッドを使って取得できます。
1616
///
1717
/// # ロケータブル要素 { #locatable }

0 commit comments

Comments
 (0)