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 d9999d6 commit 846224dCopy full SHA for 846224d
crates/typst-library/src/introspection/location.rs
@@ -12,7 +12,7 @@ use crate::model::Numbering;
12
///
13
/// locationは文書中の要素を一意に識別し、ページ中での絶対位置へのアクセスを提供します。
14
/// [`here`]関数を用いて現在位置を取得可能です。
15
-/// また、検索した位置や表示された要素の位置はコンテンツの[`location()`]($content.location)メソッドを用いて取得可能です。
+/// また、検索した位置や表示された要素の位置は、コンテンツの[`location()`]($content.location)メソッドを使って取得できます。
16
17
/// # ロケータブル要素 { #locatable }
18
/// 現在、要素関数の一部のみがロケータブルです。
0 commit comments