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 f3bc7f3 commit ec4a939Copy full SHA for ec4a939
crates/typst-library/src/introspection/locate.rs
@@ -11,7 +11,7 @@ use crate::introspection::Location;
11
/// このlocationを用いると、特に、物理的な[`page`]($location.page)番号やその要素の[`position`]($location.position)(ページ番号、x座標、y座標)を取得できます。
12
///
13
/// # 例
14
-/// 特定の要素の位置を特定します。
+/// 特定の要素のロケーションを特定します。
15
/// ```example
16
/// #context [
17
/// Introduction is at: \
0 commit comments