Fix a Typo

This commit is contained in:
K-Sato 2019-06-21 09:05:13 +09:00 committed by GitHub
parent cd84b0c743
commit 6ebd5191eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ We already know methods that add and remove items from the beginning or the end:
- `arr.shift()` -- extracts an item from the beginning,
- `arr.unshift(...items)` -- adds items to the beginning.
Here are few others.
Here are a few others.
### splice