Fix a typo

Changed loo to too.
This commit is contained in:
Maaz Syed Adeeb 2017-10-21 11:06:56 +05:30 committed by GitHub
parent b1a2733ed1
commit 6237b78c4e
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -225,7 +225,7 @@ for (let {title, artist} in songs) {
``` ```
{: data-line="1"} {: data-line="1"}
The assignment expressions work in loops, loo. The assignment expressions work in loops, too.
Spread Spread
------ ------