Skip to content

Commit

Permalink
fix(loop): fix typo: isEventIncluded -> isEvenIncluded
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 3, 2018
1 parent 5a5c930 commit 179ef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic/loop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ return文は現在の関数を終了させることができるため、次の

### Array#some {#array-some}

先ほどの `isEventIncluded`は、偶数を見つけたら `true` を返す関数でした。
先ほどの `isEvenIncluded`は、偶数を見つけたら `true` を返す関数でした。
`Array`オブジェクトでは、`some`メソッドで同様のことが行えます。

`some`メソッドは、配列の各要素をテストする処理をコールバック関数として渡します。
Expand Down

0 comments on commit 179ef67

Please sign in to comment.