Skip to content

Commit ec4a939

Browse files
authored
Update crates/typst-library/src/introspection/locate.rs
1 parent f3bc7f3 commit ec4a939

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/introspection

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::introspection::Location;
1111
/// このlocationを用いると、特に、物理的な[`page`]($location.page)番号やその要素の[`position`]($location.position)(ページ番号、x座標、y座標)を取得できます。
1212
///
1313
/// # 例
14-
/// 特定の要素の位置を特定します
14+
/// 特定の要素のロケーションを特定します
1515
/// ```example
1616
/// #context [
1717
/// Introduction is at: \

0 commit comments

Comments
 (0)