Skip to content

Commit 91b9e1a

Browse files
committed
見出しレベル誤りを修正
1 parent fb60cce commit 91b9e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch11-01-writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Rustが、特にこれらの動作を行うテストを書くために用意し
3636
### The Anatomy of a Test Function
3737
-->
3838

39-
## テスト関数の構成
39+
### テスト関数の構成
4040

4141
<!--
4242
At its simplest, a test in Rust is a function that’s annotated with the `test`

0 commit comments

Comments
 (0)