Merge pull request #472 from skube/patch-2

Fix typo
This commit is contained in:
Ilya Kantor 2017-03-26 22:39:07 +03:00 committed by GitHub
commit c77753a399

View file

@ -329,7 +329,7 @@ Generally, we shouldn't use `for..in` for arrays.
## A word about "length"
The `length` property automatically updates when we modify the array. To be precies, it is actually not the count of values in the array, but the greatest numeric index plus one.
The `length` property automatically updates when we modify the array. To be precise, it is actually not the count of values in the array, but the greatest numeric index plus one.
For instance, a single element with a large index gives a big length: