Skip to content

Commit

Permalink
Minor phrasing improvement in Array.splice explanation. Fixes #231.
Browse files Browse the repository at this point in the history
  • Loading branch information
BobSaintClare authored and ajpiano committed Feb 13, 2013
1 parent 963b26e commit a008e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/javascript-101/arrays.md
Expand Up @@ -182,7 +182,7 @@ myArray.splice( index, length, values, ... );

* *Index* - The starting index.
* *Length* - The number of elements to remove.
* *Values* - The values to be inserted at idx.
* *Values* - The values to be inserted at the Index position.

For example:

Expand Down

0 comments on commit a008e60

Please sign in to comment.