Skip to content

Commit 02afa8d

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

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
@@ -12,7 +12,7 @@ use crate::model::Numbering;
1212
///
1313
/// locationは文書中の要素を一意に識別し、ページ中での絶対位置へのアクセスを提供します。
1414
/// [`here`]関数を用いて現在のロケーションを取得可能です。
15-
/// また、検索した位置や表示された要素の位置は、コンテンツの[`location()`]($content.location)メソッドを使って取得できます。
15+
/// また、検索したロケーションや表示された要素のロケーションは、コンテンツの[`location()`]($content.location)メソッドを使って取得できます。
1616
///
1717
/// # ロケータブル要素 { #locatable }
1818
/// 現在、要素関数の一部のみがロケータブルです。

0 commit comments

Comments
 (0)