Skip to content

Commit

Permalink
Fix typo-like mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakh committed Apr 21, 2020
1 parent 4fbe50c commit 6b6bcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1>AggregateError ( _errors_, _message_ )</h1>
<p>When the *AggregateError* function is called with arguments _errors_ and _message_, the following steps are taken:</p>
<emu-alg>
1. If NewTarget is *undefined*, let _newTarget_ be the active function object, else let _newTarget_ be NewTarget.
1. Let _O_ be ? OrdinaryCreateFromConstructor(_newTarget_, `"%AggregateError.prototype%"`, « [[ErrorData]], [[AggregateErrors]] »).
1. Let _O_ be ? OrdinaryCreateFromConstructor(_newTarget_, `"%AggregateErrorPrototype%"`, « [[ErrorData]], [[AggregateErrors]] »).
1. Let _errorsList_ be ? IterableToList(_errors_).
1. Set _O_.[[AggregateErrors]] to _errorsList_.
1. If _message_ is not _undefined_, then
Expand Down

0 comments on commit 6b6bcf7

Please sign in to comment.