Skip to content

Commit

Permalink
number -> Number (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Apr 6, 2024
1 parent bb780fa commit 6c9339e
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 @@ -37,7 +37,7 @@ <h1>Math.sumExact ( _items_ )</h1>
1. Let _error_ be ThrowCompletion(a newly created *RangeError* object).
1. Return ? IteratorClose(_iteratorRecord_, _error_).
1. NOTE: The above case is not expected to be reached in practice and is included only so that implementations may rely on inputs being "reasonably sized" without violating this specification.
1. If _next_ is not a number, then
1. If _next_ is not a Number, then
1. Let _error_ be ThrowCompletion(a newly created *TypeError* object).
1. Return ? IteratorClose(_iteratorRecord_, _error_).
1. Let _n_ be _next_.
Expand Down

0 comments on commit 6c9339e

Please sign in to comment.