Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell authored Jan 29, 2018
1 parent 5ac971b commit 48255ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ When the SetLastArrayItem method is called, the following steps are taken:
Let O be ? ToObject(this value).
Let len be ? ToLength(? Get(O, "length")).
If len is not zero, then
If len > 0, then
Set len to len-1
Let index be ! ToString(len).
Return ? Set(O, index, value).
Expand Down

0 comments on commit 48255ce

Please sign in to comment.