mirror of https://github.com/tc39/test262.git
Fix description typo (#1180)
This commit is contained in:
parent
da4b85d58d
commit
eaffe8671c
|
@ -5,7 +5,7 @@
|
||||||
author: Caitlin Potter <caitp@igalia.com>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 12.1
|
esid: 12.1
|
||||||
description: >
|
description: >
|
||||||
`await` is a reserved keyword within async generator function bodies and may
|
`yield` is a reserved keyword within async generator function bodies and may
|
||||||
not be used as the binding identifier of a parameter.
|
not be used as the binding identifier of a parameter.
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
|
|
Loading…
Reference in New Issue