Skip to content
Snippets Groups Projects
Commit cfff689a authored by Rick Waldron's avatar Rick Waldron
Browse files

Typo: "reset" => "rest"

parent 9aebc87b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment