Skip to content

Commit

Permalink
Editorial: Append '.' to step
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Sep 9, 2019
1 parent fcae34e commit 133dc35
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 @@ -19961,7 +19961,7 @@ <h1>Runtime Semantics: ClassDefinitionEvaluation</h1>
<pre><code class="javascript">constructor() {}</code></pre>
using the syntactic grammar with the goal symbol |MethodDefinition[~Yield, ~Await]|.
1. Set the running execution context's LexicalEnvironment to _classScope_.
1. Let _constructorInfo_ be DefineMethod of _constructor_ with arguments _proto_ and _constructorParent_
1. Let _constructorInfo_ be DefineMethod of _constructor_ with arguments _proto_ and _constructorParent_.
1. Let _F_ be _constructorInfo_.[[Closure]].
1. If |ClassHeritage_opt| is present, set _F_.[[ConstructorKind]] to `"derived"`.
1. Perform MakeConstructor(_F_, *false*, _proto_).
Expand Down

0 comments on commit 133dc35

Please sign in to comment.