Skip to content

Commit c10ac40

Browse files
committed
[クエリ]を[query]に統一
[関数]を[function]に統一
1 parent f6649cb commit c10ac40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/typst-library/src/foundations/content.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,11 @@ impl Content {
589589
dict
590590
}
591591

592-
/// コンテンツの位置情報です。これは、[クエリ]によって返されたコンテンツ、
593-
/// または[show ルール]($reference/styling/#show-rules)によって提供
592+
/// コンテンツの位置情報です。これは、[query]によって返されたコンテンツ、
593+
/// または[showルール]($reference/styling/#show-rules)によって提供
594594
/// されたコンテンツに対してのみ利用できます。それ以外のコンテンツでは、
595-
/// {none} になります。取得された位置情報は、[カウンタ]($counter)、
596-
/// [ステート]、[クエリ]($query)と一緒に使用できます。
595+
/// {none} になります。取得された位置情報は、[counter]($counter)、
596+
/// [state]、[query]($query)と一緒に使用できます。
597597
#[func]
598598
pub fn location(&self) -> Option<Location> {
599599
self.inner.location

0 commit comments

Comments
 (0)