Skip to content

Commit

Permalink
Fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Dec 11, 2024
1 parent c7b3bd3 commit 43d4569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ location: https://github.com/tc39/proposal-decimal/

<emu-clause id="sec-decimal128.prototype.notequals">
<h1>Decimal128.prototype.notEquals ( _x_ )</h1>
<p>This method returns either *true* or *false* according as the current Decimal128 object has a different mathematical value as the given Decimal128 object. The value *false* is returned if the current Decimal128 object or the argument is a NaN.</p>
<p>This method returns either *true* or *false* according as the current Decimal128 object has a strictly smaller mathematical value as that of the given Decimal128 object. The value *false* is returned if either the current Decimal128 object or the argument is a NaN.</p>
<p>It performs the following steps when called:</p>
<emu-alg>
1. Let _O_ be the *this* value.
Expand Down

0 comments on commit 43d4569

Please sign in to comment.