diff --git a/spec.html b/spec.html index 036a29bcbfa..d73a3958d4a 100644 --- a/spec.html +++ b/spec.html @@ -11002,7 +11002,7 @@

HasSuperBinding ( ): *false*

-

WithBaseObject ( ) *undefined*

+

WithBaseObject ( ): *undefined*

for
a global Environment Record _envRec_
@@ -11169,7 +11169,7 @@

_N_: a String, _V_: an ECMAScript language value, _D_: a Boolean, - ) a Completion Record normally containing ~unused~ + ): a Completion Record normally containing ~unused~

for
@@ -14330,7 +14330,7 @@

1. Let _map_ be _args_.[[ParameterMap]]. 1. Let _isMapped_ be ! HasOwnProperty(_map_, _P_). 1. If _isMapped_ is *true*, then - 1. Assert: formal parameters mapped by argument objects are always writable. + 1. Assert: Formal parameters mapped by argument objects are always writable. 1. Call Set(_map_, _P_, _V_, *false*). 1. Return ? OrdinarySet(_args_, _P_, _V_, _Receiver_).