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); -* 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: