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

Commit

Permalink
Merge pull request #9 from jridgewell/patch-1
Browse files Browse the repository at this point in the history
Small spec-text fix
  • Loading branch information
keithamus authored Jan 30, 2018
2 parents 4781459 + 48255ce commit 99a56e4
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 zeo, 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 99a56e4

Please sign in to comment.