Skip to content

Commit 4d0dd7c

Browse files
Update crates/typst-library/src/introspection/query.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 7ca34d2 commit 4d0dd7c

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/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ use crate::foundations::{func, Array, Context, LocatableSelector, Value};
5858
/// #lorem(18)
5959
/// ```
6060
///
61-
/// ページ番号を取得するために、まず[`location`]($content.location)メソッドを用いて`query`が返す要素の位置を取得します
61+
/// ページ番号を取得するために、まず[`location`]($content.location)メソッドを用いて`query`が返す要素のロケーションを取得します
6262
/// 続けて、その位置にある[ページの番号付け]($location.page-numbering)と[ページカウンター]($counter/#page-counter)を取得し、カウンターに番号付けを適用します。
6363
///
6464
/// # 注意事項 { #caution }

0 commit comments

Comments
 (0)