Improving comment.

git-svn-id: svn://10.0.0.236/trunk@136026 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pschwartau%netscape.com
2003-01-08 23:03:17 +00:00
parent e4631ab3d2
commit da0a65f13f

View File

@@ -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
*/