diff --git a/index.bs b/index.bs index d937182b..533eb536 100644 --- a/index.bs +++ b/index.bs @@ -6401,7 +6401,7 @@ on mathematical real numbers. In effect, where x is a Number value, “operating on x” is shorthand for -“operating on the mathematical real number that has the same numeric value as x”. +“operating on the mathematical real number that represents the same numeric value as x”.
byte
@@ -6720,7 +6720,7 @@ value when its bit pattern is interpreted as an unsigned 32 bit integer. 1. If |x| is NaN, +∞, or −∞, then [=ECMAScript/throw=] a TypeError. 1. Return the IDL {{double}} value - that has the same numeric value as |x|. + that represents the same numeric value as |x|.

@@ -6743,7 +6743,7 @@ value when its bit pattern is interpreted as an unsigned 32 bit integer. return the IDL {{unrestricted double}} value that represents the IEEE 754 NaN value with the bit pattern 0x7ff8000000000000 [[!IEEE-754]]. 1. Return the IDL {{unrestricted double}} value - that has the same numeric value as |x|. + that represents the same numeric value as |x|. Note: Since there is only a single ECMAScript NaN value,