Skip to content

Commit

Permalink
Editorial: fix invalid assertion in Number::lessThan (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaphi1 authored and ljharb committed Oct 23, 2023
1 parent c4d32f7 commit f3f0369
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 @@ -2135,7 +2135,7 @@ <h1>
1. If _y_ is *+∞*<sub>𝔽</sub>, return *true*.
1. If _y_ is *-∞*<sub>𝔽</sub>, return *false*.
1. If _x_ is *-∞*<sub>𝔽</sub>, return *true*.
1. Assert: _x_ and _y_ are finite and non-zero.
1. Assert: _x_ and _y_ are finite.
1. If ℝ(_x_) &lt; ℝ(_y_), return *true*. Otherwise, return *false*.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit f3f0369

Please sign in to comment.