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 a83f12e750461184b6051c3732454839e42368d9..006b38620608fe5e451d40866dc10fe9ff816ffe 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 c329367ebcdcd20d57b3b9a2b15264373c382da6..d1f293a9680f76ad44a68b6c74adeed76cb4f6cc 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 8742834e60cf3c2a493bec96b5a859bd8767b6cc..3dc831b2620154d553caf3431a95c389075c969a 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 14305ddc0ec91c8af2e4bd29c68b8b87f72fd420..4d767b9a65cbbb77949cee237120615fcff6aceb 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