mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
Fix 'wrtiable' typos
This commit is contained in:
parent
79f087814f
commit
dd30d83e9e
@ -22,6 +22,6 @@ includes: [propertyHelper.js]
|
||||
verifyProperty(ArrayBuffer.prototype.resize, 'name', {
|
||||
value: 'resize',
|
||||
enumerable: false,
|
||||
wrtiable: false,
|
||||
writable: false,
|
||||
configurable: true
|
||||
});
|
||||
|
@ -22,6 +22,6 @@ includes: [propertyHelper.js]
|
||||
verifyProperty(SharedArrayBuffer.prototype.grow, 'name', {
|
||||
value: 'grow',
|
||||
enumerable: false,
|
||||
wrtiable: false,
|
||||
writable: false,
|
||||
configurable: true
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user