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 50433fe commit 7ad8671Copy full SHA for 7ad8671
crates/typst-library/src/introspection/state.rs
@@ -289,7 +289,7 @@ impl State {
289
/// 指定したセレクターで一意に特定される対象の状態値を取得。
290
///
291
/// `selector`は文書中で厳密に1つだけの要素にマッチしなければなりません。
292
- /// この目的で最も便利なセレクターは[ラベル]($label)と[位置]($location)です。
+ /// この目的で最も便利なセレクターは[ラベル]($label)と[ロケーション]($location)です。
293
#[typst_macros::time(name = "state.at", span = span)]
294
#[func(contextual)]
295
pub fn at(
0 commit comments