Skip to content

Commit

Permalink
Editorial: remove extraneous comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Feb 15, 2020
1 parent 3105b5a commit e73d991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -4830,7 +4830,7 @@ <h1>ToInteger ( _argument_ )</h1>
<emu-alg>
1. Let _number_ be ? ToNumber(_argument_).
1. If _number_ is *NaN*, *+0*, or *-0*, return *+0*.
1. If _number_ is *+&infin;*, or *-&infin;*, return _number_.
1. If _number_ is *+&infin;* or *-&infin;*, return _number_.
1. Let _integer_ be the Number value that is the same sign as _number_ and whose magnitude is floor(abs(_number_)).
1. If _integer_ is *-0*, return *+0*.
1. Return _integer_.
Expand Down

0 comments on commit e73d991

Please sign in to comment.