diff --git a/1-js/05-data-types/10-destructuring-assignment/article.md b/1-js/05-data-types/10-destructuring-assignment/article.md index e9077a5952..fb9346aa2e 100644 --- a/1-js/05-data-types/10-destructuring-assignment/article.md +++ b/1-js/05-data-types/10-destructuring-assignment/article.md @@ -151,7 +151,7 @@ We can swap more than two variables this way. ### The rest '...' -Usually, if the array is longer when the list at the left, the "extra" items are omitted. +Usually, if the array is longer than the list at the left, the "extra" items are omitted. For example, here only two items are taken, and the rest is just ignored: