mirror of https://github.com/tc39/test262.git
Correct typos in test description
This commit is contained in:
parent
a62932fc42
commit
332c4dab05
|
@ -3,8 +3,8 @@
|
|||
/*---
|
||||
es6id: 25.3.1.4
|
||||
description: >
|
||||
Resuming abuptly from a generator in the 'completed' state should honor the
|
||||
abrupt completion and remain in the 'completed' state.
|
||||
Resuming abruptly from a generator in the 'completed' state should honor
|
||||
the abrupt completion and remain in the 'completed' state.
|
||||
---*/
|
||||
|
||||
function E() {}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
es6id: 25.3.1.4
|
||||
description: >
|
||||
Resuming abuptly from a generator in the 'suspendedStart' state should
|
||||
Resuming abruptly from a generator in the 'suspendedStart' state should
|
||||
honor the abrupt completion and trigger a transition into the 'completed'
|
||||
state.
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
es6id: 25.3.1.4
|
||||
description: >
|
||||
When a generator is puased after a `try..catch` statement, `throw` should
|
||||
When a generator is paused after a `try..catch` statement, `throw` should
|
||||
interrupt control flow as if a `throw` statement had appeared at that
|
||||
location in the function body.
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue