From 6237b78c4ea150a0719a88a8edc69b7b8132de5b Mon Sep 17 00:00:00 2001 From: Maaz Syed Adeeb Date: Sat, 21 Oct 2017 11:06:56 +0530 Subject: [PATCH] Fix a typo Changed loo to too. --- es6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es6.md b/es6.md index 4c21a5fa4..e8da91322 100644 --- a/es6.md +++ b/es6.md @@ -225,7 +225,7 @@ for (let {title, artist} in songs) { ``` {: data-line="1"} -The assignment expressions work in loops, loo. +The assignment expressions work in loops, too. Spread ------