diff --git a/spec.html b/spec.html index 2967fa5a47..26239107eb 100644 --- a/spec.html +++ b/spec.html @@ -7443,8 +7443,8 @@

1. If _method_ is not *undefined*, then 1. Let _result_ be Completion(Call(_method_, _value_)). 1. If _result_ is a normal completion and _hint_ is ~async-dispose~, then - 1. Set _result_ to Completion(Await(_result_.[[Value]])). - 1. Set _hasAwaited_ to *true*. + 1. Set _result_ to Completion(Await(_result_.[[Value]])). + 1. Set _hasAwaited_ to *true*. 1. If _result_ is a throw completion, then 1. If _completion_ is a throw completion, then 1. Set _result_ to _result_.[[Value]].