From fd9b58841fc151b6328c28f88e02010629dac44c Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Wed, 10 Apr 2002 22:50:42 +0000 Subject: [PATCH] Improving comment. --- js/tests/ecma_3/Statements/regress-131348.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/ecma_3/Statements/regress-131348.js b/js/tests/ecma_3/Statements/regress-131348.js index d3bef0e27ad..94bbf861c48 100644 --- a/js/tests/ecma_3/Statements/regress-131348.js +++ b/js/tests/ecma_3/Statements/regress-131348.js @@ -37,7 +37,7 @@ * Date: 10 Apr 2002 * SUMMARY: JS should NOT error on |for(i in undefined)|, |for(i in null)| * -* ECMA-262 3rd Edition Final spec says ECMAScript SHOULD error on these. +* ECMA-262 3rd Edition Final spec says such statements SHOULD error. See: * Section 12.6.4 The for-in Statement * Section 9.9 ToObject *