Skip to content

Commit 2c81436

Browse files
authored
Merge pull request #156 from numb86/patch-2
fix: fix typo
2 parents 9777be9 + fcfb182 commit 2c81436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch03-05-control-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ fn main() {
706706
using a `for` loop</span>
707707
-->
708708

709-
<span class="caption">リスト3-4: `for`ループを使ってコレクションの各要素を覗き見る</span>
709+
<span class="caption">リスト3-5: `for`ループを使ってコレクションの各要素を覗き見る</span>
710710

711711
<!--
712712
When we run this code, we’ll see the same output as in Listing 3-4. More

0 commit comments

Comments
 (0)