Skip to content

Commit 7ad8671

Browse files
authored
Update crates/typst-library/src/introspection/state.rs
1 parent 50433fe commit 7ad8671

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl State {
289289
/// 指定したセレクターで一意に特定される対象の状態値を取得。
290290
///
291291
/// `selector`は文書中で厳密に1つだけの要素にマッチしなければなりません。
292-
/// この目的で最も便利なセレクターは[ラベル]($label)と[位置]($location)です。
292+
/// この目的で最も便利なセレクターは[ラベル]($label)と[ロケーション]($location)です。
293293
#[typst_macros::time(name = "state.at", span = span)]
294294
#[func(contextual)]
295295
pub fn at(

0 commit comments

Comments
 (0)