Skip to content

Commit 0fadf49

Browse files
nicolo-ribaudoljharb
authored andcommitted
Editorial: Fix typo (DFSAncestoreIndex -> DFSAncestorIndex) (tc39#1496)
1 parent 6b9c201 commit 0fadf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21810,7 +21810,7 @@ <h1>Evaluate ( ) Concrete Method</h1>
2181021810
<emu-clause id="sec-innermoduleevaluation" aoid="InnerModuleEvaluation">
2181121811
<h1>InnerModuleEvaluation ( _module_, _stack_, _index_ )</h1>
2181221812

21813-
<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>
21813+
<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>
2181421814

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

0 commit comments

Comments
 (0)