From 3dd197a08f7cabc3b14d1cc9d976d8ca634bc783 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Wed, 8 Jan 2003 23:03:17 +0000 Subject: [PATCH] Improving comment. --- js/tests/js1_5/Scope/regress-184107.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tests/js1_5/Scope/regress-184107.js b/js/tests/js1_5/Scope/regress-184107.js index 02a5a14fedd..597e8ab5937 100644 --- a/js/tests/js1_5/Scope/regress-184107.js +++ b/js/tests/js1_5/Scope/regress-184107.js @@ -41,8 +41,8 @@ * In fact, any variable defined in a with-block should be created * in global scope, i.e. should be a property of the global object. * -* The with-block syntax allows existing local variables to be set, -* but does not allow new local variables to be created. +* The with-block syntax allows existing local variables to be SET, +* but does not allow new local variables to be CREATED. * * See http://bugzilla.mozilla.org/show_bug.cgi?id=159849#c11 */