Skip to content

Commit 50433fe

Browse files
authored
Apply suggestion from @ultimatile
1 parent 3e2a43f commit 50433fe

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
@@ -322,7 +322,7 @@ impl State {
322322
/// 更新は、返り値であるコンテンツが文書中に挿入された位置で適用されます。
323323
/// 文書中に出力がなければ何も起こりません!
324324
/// 例えば`{let _ = state("key").update(7)}`と書いた場合が、この何も起きないときに該当します。
325-
/// 状態の更新は常にレイアウト順に適用され、Typstはいつ状態を更新するのか知りません
325+
/// 状態の更新は常にレイアウト順に適用されるため、この場合にはTypstはいつ状態を更新するのか分かりません
326326
#[func]
327327
pub fn update(
328328
self,

0 commit comments

Comments
 (0)