Skip to content

Commit

Permalink
Correct errors in metadata (#2378)
Browse files Browse the repository at this point in the history
* Correct typo

* Correct esid
  • Loading branch information
jugglinmike authored and leobalter committed Sep 27, 2019
1 parent 8953024 commit 87e875f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/built-ins/Reflect/prop-desc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion test/language/expressions/delete/11.4.1-4.a-11.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down

0 comments on commit 87e875f

Please sign in to comment.