mirror of https://github.com/tc39/test262.git
Fix typo
This commit is contained in:
parent
b5ccbcb5e4
commit
fe5f8192de
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-destructuring-binding-patterns
|
||||
description: >
|
||||
Funciton.length when ArrayBindingPattern in FormalParameterList
|
||||
Function.length when ArrayBindingPattern in FormalParameterList
|
||||
features: [destructuring-binding]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-destructuring-binding-patterns
|
||||
description: >
|
||||
Funciton.length when ObjectBindingPattern in FormalParameterList
|
||||
Function.length when ObjectBindingPattern in FormalParameterList
|
||||
features: [destructuring-binding]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue