Skip to content

Commit f1996b3

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

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
@@ -271,7 +271,7 @@ impl State {
271271
Self::new(key, init)
272272
}
273273

274-
/// 現在位置での状態値を取得
274+
/// 現在のロケーションでの状態値を取得
275275
///
276276
/// これは`{state.at(here())}`と等価です。
277277
#[typst_macros::time(name = "state.get", span = span)]

0 commit comments

Comments
 (0)