Fix description typo (#1180)

This commit is contained in:
Marshall Roch 2017-08-15 16:05:33 -07:00 committed by Leo Balter
parent da4b85d58d
commit eaffe8671c
1 changed files with 1 additions and 1 deletions

View File

@ -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