Skip to content

Commit eddb012

Browse files
committed
Generic/OpeningFunctionBraceBsdAllman: fix syntax errors in the XML doc code examples
1 parent ea16a1f commit eddb012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<![CDATA[
1010
function fooFunction($arg1, $arg2 = '')
1111
<em>{</em>
12-
...
12+
// Do something
1313
}
1414
]]>
1515
</code>
1616
<code title="Invalid: Brace on same line.">
1717
<![CDATA[
1818
function fooFunction($arg1, $arg2 = '') <em>{</em>
19-
...
19+
// Do something
2020
}
2121
]]>
2222
</code>

0 commit comments

Comments
 (0)