From b64d01d5681b3556b2aaeadfef088b8ba979bcb5 Mon Sep 17 00:00:00 2001
From: Leo Balter <leonardo.balter@gmail.com>
Date: Wed, 5 Sep 2018 18:13:04 -0400
Subject: [PATCH] small typo

---
 .../grammar-static-private-async-gen-meth-prototype.case        | 2 +-
 .../grammar-static-private-async-meth-prototype.case            | 2 +-
 .../grammar-static-private-gen-meth-prototype.case              | 2 +-
 src/class-elements/grammar-static-private-meth-prototype.case   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/class-elements/grammar-static-private-async-gen-meth-prototype.case b/src/class-elements/grammar-static-private-async-gen-meth-prototype.case
index a83f12e750..006b386206 100644
--- a/src/class-elements/grammar-static-private-async-gen-meth-prototype.case
+++ b/src/class-elements/grammar-static-private-async-gen-meth-prototype.case
@@ -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
 
diff --git a/src/class-elements/grammar-static-private-async-meth-prototype.case b/src/class-elements/grammar-static-private-async-meth-prototype.case
index c329367ebc..d1f293a968 100644
--- a/src/class-elements/grammar-static-private-async-meth-prototype.case
+++ b/src/class-elements/grammar-static-private-async-meth-prototype.case
@@ -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
 
diff --git a/src/class-elements/grammar-static-private-gen-meth-prototype.case b/src/class-elements/grammar-static-private-gen-meth-prototype.case
index 8742834e60..3dc831b262 100644
--- a/src/class-elements/grammar-static-private-gen-meth-prototype.case
+++ b/src/class-elements/grammar-static-private-gen-meth-prototype.case
@@ -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
 
diff --git a/src/class-elements/grammar-static-private-meth-prototype.case b/src/class-elements/grammar-static-private-meth-prototype.case
index 14305ddc0e..4d767b9a65 100644
--- a/src/class-elements/grammar-static-private-meth-prototype.case
+++ b/src/class-elements/grammar-static-private-meth-prototype.case
@@ -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
 
-- 
GitLab