From 43d456999bb0e0770e0511ec1a6f570160a022a7 Mon Sep 17 00:00:00 2001 From: Jesse Alama Date: Wed, 11 Dec 2024 15:19:09 +0100 Subject: [PATCH] Fix note --- spec.emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.emu b/spec.emu index d3d1fa7..4924118 100644 --- a/spec.emu +++ b/spec.emu @@ -719,7 +719,7 @@ location: https://github.com/tc39/proposal-decimal/

Decimal128.prototype.notEquals ( _x_ )

-

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.

+

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.

It performs the following steps when called:

1. Let _O_ be the *this* value.