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 authored and ptomato committed Sep 6, 2024
1 parent f6cf413 commit 762e1a0
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 @@ -2080,7 +2080,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 762e1a0

Please sign in to comment.