Merge pull request #268 from cshung/update-comment

The comment is no longer accurate, updating it
This commit is contained in:
Brian Terlson 2015-05-12 15:12:43 -07:00
commit 5a4cdd0a86
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
/*---
es5id: 15.4.3.2-0-5
description: >
Array.isArray return false if its argument is not an Array
Array.isArray return true if its argument is an Array
(Array.prototype)
includes: [runTestCase.js]
---*/