Skip to content

Commit 0c29509

Browse files
fixes
1 parent 80e7c9a commit 0c29509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ <h1>Number value</h1>
409409

410410
<emu-clause id="sec-terms-and-definitions-number-type">
411411
<h1>Number type</h1>
412-
<p>set of all possible Number values including the special “Not-a-Number” (NaN) value, positive infinity, and negative infinity</p>
412+
<p>set of all possible Number values including the special NaN (“not a number”) value, positive infinity, and negative infinity</p>
413413
</emu-clause>
414414

415415
<emu-clause id="sec-number-object">
@@ -427,7 +427,7 @@ <h1>Infinity</h1>
427427

428428
<emu-clause id="sec-terms-and-definitions-nan">
429429
<h1>NaN</h1>
430-
<p>Number value that is an IEEE 754-2019 “Not-a-Number” (NaN) value</p>
430+
<p>Number value that is an IEEE 754-2019 NaN (“not a number”) value</p>
431431
</emu-clause>
432432

433433
<emu-clause id="sec-terms-and-definitions-bigint-value">
@@ -44220,7 +44220,7 @@ <h1>
4422044220
1. Return the Number value that corresponds to _value_.
4422144221
1. If _type_ is ~float64~, then
4422244222
1. Let _value_ be the byte elements of _rawBytes_ concatenated and interpreted as a little-endian bit string encoding of an IEEE 754-2019 binary64 value.
44223-
1. If _value_ is an IEEE 754-2019 binary32 format NaN encoding, return *NaN*.
44223+
1. If _value_ is an IEEE 754-2019 binary64 format NaN encoding, return *NaN*.
4422444224
1. Return the Number value that corresponds to _value_.
4422544225
1. If IsUnsignedElementType(_type_) is *true*, then
4422644226
1. Let _intValue_ be the byte elements of _rawBytes_ concatenated and interpreted as a bit string encoding of an unsigned little-endian binary number.

0 commit comments

Comments
 (0)