Skip to content

Commit eab56f5

Browse files
committed
Revert to use "function declaration" instead of "function declaration
closing parenthesis"
1 parent 0ba39b2 commit eab56f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<documentation title="Opening Function Brace Kerninghan Ritchie">
22
<standard>
33
<![CDATA[
4-
The function opening brace must be on the same line as the function declaration closing
5-
parenthesis, with exactly one space between them, and must be the last content on the line.
4+
The function opening brace must be on the same line as the function declaration, with exactly
5+
one space between them, and must be the last content on the line.
66
]]>
77
</standard>
88
<code_comparison>

0 commit comments

Comments
 (0)