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>
|
||||
esid: 12.1
|
||||
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.
|
||||
negative:
|
||||
phase: early
|
||||
|
|
Loading…
Reference in New Issue