Skip to content

Commit d049b9b

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

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
@@ -44,7 +44,7 @@ use crate::World;
4444
///
4545
/// 見出しの番号付けという、類似した状態ですが、少し異なる例を見てみましょう。
4646
/// 各見出しで見出しカウンターの値を増やしたいとします。
47-
/// 簡単ですよね
47+
/// 簡単そうですよね
4848
/// ただ1を足すだけです。
4949
/// 残念ながらそう単純ではないのです。
5050
/// 以下の例を考えます。

0 commit comments

Comments
 (0)