Skip to content

Commit a855f6d

Browse files
committed
見出しレベル誤りを修正
1 parent 239347a commit a855f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch13-02-iterators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ownership of the iterator we call it on.
260260
### Methods that Produce Other Iterators
261261
-->
262262

263-
## 他のイテレータを生成するメソッド
263+
### 他のイテレータを生成するメソッド
264264

265265
<!--
266266
*Iterator adaptors* are methods defined on the `Iterator` trait that don’t

0 commit comments

Comments
 (0)