mirror of https://github.com/tc39/test262.git
Fixed typo, `now` should be `no` (#2061)
This commit is contained in:
parent
9280e1f872
commit
b4cf5de2e8
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
es6id: 26.1.11
|
||||
description: >
|
||||
Returns empty array when target has now own properties.
|
||||
Returns empty array when target has no own properties.
|
||||
info: |
|
||||
26.1.11 Reflect.ownKeys ( target )
|
||||
|
||||
|
|
Loading…
Reference in New Issue