Skip to content

Commit

Permalink
Editorial: replace "IsIntegralNumber" with "is an integral Number"
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Sep 5, 2024
1 parent c2db5c1 commit 868f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/abstractops.html
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ <h1>
</dl>
<emu-alg>
1. Let _number_ be ? ToNumber(_argument_).
1. If IsIntegralNumber(_number_) is *false*, throw a *RangeError* exception.
1. If _number_ is not an integral Number, throw a *RangeError* exception.
1. Return ℝ(_number_).
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 868f125

Please sign in to comment.