From a7acc177b6439f3f398a62f3e50f5c0a108aa6a5 Mon Sep 17 00:00:00 2001 From: Jesse Alama Date: Thu, 30 May 2024 22:48:06 +0200 Subject: [PATCH] Add accidentally removed closing tags --- spec.emu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec.emu b/spec.emu index 113c85ce..73ad6d6d 100644 --- a/spec.emu +++ b/spec.emu @@ -304,6 +304,7 @@ location: https://github.com/tc39/proposal-decimal/ 1. Let _d_ be _O_.[[Decimal128Data]]. 1. If _d_ is *NaN*𝔻, return *true*. 1. Otherwise, return *false*. + @@ -315,6 +316,7 @@ location: https://github.com/tc39/proposal-decimal/ 1. Let _d_ be _O_.[[Decimal128Data]]. 1. If _d_ is *+∞*𝔻 or *-∞*𝔻, return *true*. 1. Otherwise, return *false*. +