small typo

This commit is contained in:
Leo Balter 2018-09-05 18:13:04 -04:00 committed by Rick Waldron
parent e28a6f37d0
commit b64d01d568
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Static Async Generator Private Methods can be named prototype
desc: Static Async Generator Private Methods can be named "#prototype"
info: |
Class Definitions / Static Semantics: Early Errors

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Static Async Private Methods can be named prototype
desc: Static Async Private Methods can be named "#prototype"
info: |
Class Definitions / Static Semantics: Early Errors

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Static Generator Private Methods can be named prototype
desc: Static Generator Private Methods can be named "#prototype"
info: |
Class Definitions / Static Semantics: Early Errors

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Static Private Methods can be named prototype
desc: Static Private Methods can be named "#prototype"
info: |
Class Definitions / Static Semantics: Early Errors