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 f6649cb commit c10ac40Copy full SHA for c10ac40
crates/typst-library/src/foundations/content.rs
@@ -589,11 +589,11 @@ impl Content {
589
dict
590
}
591
592
- /// コンテンツの位置情報です。これは、[クエリ]によって返されたコンテンツ、
593
- /// または[show ルール]($reference/styling/#show-rules)によって提供
+ /// コンテンツの位置情報です。これは、[query]によって返されたコンテンツ、
+ /// または[showルール]($reference/styling/#show-rules)によって提供
594
/// されたコンテンツに対してのみ利用できます。それ以外のコンテンツでは、
595
- /// {none} になります。取得された位置情報は、[カウンタ]($counter)、
596
- /// [ステート]、[クエリ]($query)と一緒に使用できます。
+ /// {none} になります。取得された位置情報は、[counter]($counter)、
+ /// [state]、[query]($query)と一緒に使用できます。
597
#[func]
598
pub fn location(&self) -> Option<Location> {
599
self.inner.location
0 commit comments