Skip to content

Commit

Permalink
Match spec text for each
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Apr 10, 2024
1 parent 897cc3d commit 68d3d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Expand Up @@ -1110,7 +1110,7 @@ contributors: Ron Buckton, Ecma International
<emu-alg>
1. Let _needsAwait_ be *false*.
1. Let _hasAwaited_ be *false*.
1. For each _resource_ of _disposeCapability_.[[DisposableResourceStack]], in reverse list order, do
1. For each element _resource_ of _disposeCapability_.[[DisposableResourceStack]], in reverse list order, do
1. Let _value_ be _resource_.[[ResourceValue]].
1. Let _hint_ be _resource_.[[Hint]].
1. Let _method_ be _resource_.[[DisposeMethod]].
Expand Down

0 comments on commit 68d3d2f

Please sign in to comment.