Typo: "reset" => "rest"

This commit is contained in:
Rick Waldron 2018-09-24 21:37:19 -04:00
parent 9aebc87bce
commit cfff689a7a
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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