We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce990e7 commit 1fc20fcCopy full SHA for 1fc20fc
crates/typst-library/src/introspection/location.rs
@@ -11,7 +11,7 @@ use crate::model::Numbering;
11
/// 文書中の要素の識別。
12
///
13
/// locationは文書中の要素を一意に識別し、ページ中での絶対位置へのアクセスを提供します。
14
-/// [`here`]関数を用いて現在位置を取得可能です。
+/// [`here`]関数を用いて現在のロケーションを取得可能です。
15
/// また、検索した位置や表示された要素の位置は、コンテンツの[`location()`]($content.location)メソッドを使って取得できます。
16
17
/// # ロケータブル要素 { #locatable }
0 commit comments