Skip to content

Commit

Permalink
Editorial: Fix typo (DFSAncestoreIndex -> DFSAncestorIndex) (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored and ljharb committed Apr 10, 2019
1 parent 6b9c201 commit 0fadf49
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 @@ -21810,7 +21810,7 @@ <h1>Evaluate ( ) Concrete Method</h1>
<emu-clause id="sec-innermoduleevaluation" aoid="InnerModuleEvaluation">
<h1>InnerModuleEvaluation ( _module_, _stack_, _index_ )</h1>

<p>The InnerModuleEvaluation abstract operation is used by Evaluate to perform the actual evaluation process for the Source Text Module Record _module_, as well as recursively on all other modules in the dependency graph. The _stack_ and _index_ parameters, as well as _module_'s [[DFSIndex]] and [[DFSAncestoreIndex]] fields, are used the same way as in InnerModuleInstantiation.</p>
<p>The InnerModuleEvaluation abstract operation is used by Evaluate to perform the actual evaluation process for the Source Text Module Record _module_, as well as recursively on all other modules in the dependency graph. The _stack_ and _index_ parameters, as well as _module_'s [[DFSIndex]] and [[DFSAncestorIndex]] fields, are used the same way as in InnerModuleInstantiation.</p>

<p>This abstract operation performs the following steps:</p>

Expand Down

0 comments on commit 0fadf49

Please sign in to comment.