Skip to content

Commit 43d4569

Browse files
committed
Fix note
1 parent c7b3bd3 commit 43d4569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ location: https://github.com/tc39/proposal-decimal/
719719

720720
<emu-clause id="sec-decimal128.prototype.notequals">
721721
<h1>Decimal128.prototype.notEquals ( _x_ )</h1>
722-
<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>
722+
<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>
723723
<p>It performs the following steps when called:</p>
724724
<emu-alg>
725725
1. Let _O_ be the *this* value.

0 commit comments

Comments
 (0)