Fixed typo, `now` should be `no` (#2061)

This commit is contained in:
Jake Champion 2019-02-04 18:59:15 +00:00 committed by Leo Balter
parent 9280e1f872
commit b4cf5de2e8
1 changed files with 1 additions and 1 deletions

View File

@ -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 )