From 58cefa9c6b05cbdb4e2dae58ee5ee2f942f8eae6 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Mon, 28 May 2001 22:47:14 +0000 Subject: [PATCH] Minor whitespace fix. git-svn-id: svn://10.0.0.236/trunk@95979 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/tests/ecma_3/Function/scope-001.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/tests/ecma_3/Function/scope-001.js b/mozilla/js/tests/ecma_3/Function/scope-001.js index 447fe3aca50..a9dcdc750ce 100644 --- a/mozilla/js/tests/ecma_3/Function/scope-001.js +++ b/mozilla/js/tests/ecma_3/Function/scope-001.js @@ -24,7 +24,7 @@ * See ECMA Section 10.1.4 Scope Chain and Identifier Resolution * (This section defines the scope chain of an execution context) * -* See ECMA Section 12.10 The with Statement +* See ECMA Section 12.10 The with Statement * * See ECMA Section 13 Function Definition * (This section defines the scope chain of a function object as that