Correct errors in metadata (#2378)

* Correct typo

* Correct esid
This commit is contained in:
jugglinmike 2019-09-27 16:32:52 -04:00 committed by Leo Balter
parent 8953024f1a
commit 87e875f6c9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-math-object
esid: sec-reflect-object
description: >
Property descriptor of Reflect
info: |

View File

@ -8,7 +8,7 @@ info: |
es5id: 11.4.1-4.a-11
description: >
delete operator returns true on deleting arguments
propterties(arguments.callee)
properties(arguments.callee)
flags: [noStrict]
---*/