From cbe3b6d8fba11e110586e3113f24f8fea4192520 Mon Sep 17 00:00:00 2001 From: Andrew Au <andrewau@microsoft.com> Date: Mon, 11 May 2015 11:13:23 -0700 Subject: [PATCH] The comment is no longer accurate, updating it --- test/built-ins/Array/isArray/15.4.3.2-0-5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Array/isArray/15.4.3.2-0-5.js b/test/built-ins/Array/isArray/15.4.3.2-0-5.js index 4616c5a2ab..2434737072 100644 --- a/test/built-ins/Array/isArray/15.4.3.2-0-5.js +++ b/test/built-ins/Array/isArray/15.4.3.2-0-5.js @@ -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] ---*/ -- GitLab