From c7ea8f37e38adb2eb252bfe3936fbd85b15d7aeb Mon Sep 17 00:00:00 2001
From: jepso <jepso@625475ce-881a-0410-a577-b389adb331d8>
Date: Sun, 23 Sep 2007 22:09:44 +0000
Subject: [PATCH] Not section above but above in this section

---
 manual/new/docs/en/coding-standards/coding-style.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/new/docs/en/coding-standards/coding-style.txt b/manual/new/docs/en/coding-standards/coding-style.txt
index 142d4af73..f65d5afd9 100644
--- a/manual/new/docs/en/coding-standards/coding-style.txt
+++ b/manual/new/docs/en/coding-standards/coding-style.txt
@@ -162,7 +162,7 @@ class Foo
 threeArguments(1, 2, 3);
 </code>
 
-* Call-time pass by-reference is prohibited. See section above for the proper way to pass function arguments by-reference.
+* Call-time pass by-reference is prohibited. See above for the proper way to pass function arguments by-reference.
 * For functions whose arguments permitted arrays, the function call may include the {{array}} construct and can be split into multiple lines to improve readability. In these cases, the standards for writing arrays still apply:
 
 <code type="php">