diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case
index 2f2b25c6eeaed325854c4210b7de900fa51abf11..be8f02456fbc092baf810db4c5323c634f8a0607 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case
@@ -2,7 +2,7 @@
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 template: default
-desc: Reset element (nested array pattern) does not support initializer
+desc: Rest element (nested array pattern) does not support initializer
 negative:
   phase: parse
   type: SyntaxError
diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case
index aca68a90313dcea42dc310b1561dd1d8bcc09c8a..65b331f8481e52015e19c74994b64233ab0a0f50 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case
@@ -2,7 +2,7 @@
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 template: default
-desc: Reset element (identifier) does not support initializer
+desc: Rest element (identifier) does not support initializer
 negative:
   phase: parse
   type: SyntaxError
diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case
index 6a9eb1e8fd3d70f28d59615e4db09455365a2e5f..eeb4e77880491769916b2b49276e4067dd78853e 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case
@@ -2,7 +2,7 @@
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 template: default
-desc: Reset element (nested object pattern) does not support initializer
+desc: Rest element (nested object pattern) does not support initializer
 negative:
   phase: parse
   type: SyntaxError
diff --git a/src/dstr-binding/ary-ptrn-rest-init-ary.case b/src/dstr-binding/ary-ptrn-rest-init-ary.case
index 57f8d9ed63bb593efa999df8382752fba0e6782b..1af8ac2d3548367af5b6450529100ea00ff5e8d4 100644
--- a/src/dstr-binding/ary-ptrn-rest-init-ary.case
+++ b/src/dstr-binding/ary-ptrn-rest-init-ary.case
@@ -2,7 +2,7 @@
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 template: default
-desc: Reset element (nested array pattern) does not support initializer
+desc: Rest element (nested array pattern) does not support initializer
 negative:
   phase: parse
   type: SyntaxError
diff --git a/src/dstr-binding/ary-ptrn-rest-init-id.case b/src/dstr-binding/ary-ptrn-rest-init-id.case
index 7116a59325bd6f824f5a7b08bac77092fe51b3db..bdb24aff672ccf51f3ce26662fbe1764e33a2137 100644
--- a/src/dstr-binding/ary-ptrn-rest-init-id.case
+++ b/src/dstr-binding/ary-ptrn-rest-init-id.case
@@ -2,7 +2,7 @@
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 template: default
-desc: Reset element (identifier) does not support initializer
+desc: Rest element (identifier) does not support initializer
 negative:
   phase: parse
   type: SyntaxError
diff --git a/src/dstr-binding/ary-ptrn-rest-init-obj.case b/src/dstr-binding/ary-ptrn-rest-init-obj.case
index 5a5f9cba2175878d6ae4f1d84ce9f42e66f47634..16cefdaa61320ba60b34702d1e598d86bb19e99d 100644
--- a/src/dstr-binding/ary-ptrn-rest-init-obj.case
+++ b/src/dstr-binding/ary-ptrn-rest-init-obj.case
@@ -2,7 +2,7 @@
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 template: default
-desc: Reset element (nested object pattern) does not support initializer
+desc: Rest element (nested object pattern) does not support initializer
 negative:
   phase: parse
   type: SyntaxError