Skip to content

Commit 8a1e060

Browse files
Fix function comment example.
Must be on its own line.
1 parent d3e0f7b commit 8a1e060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Contributing.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ supports). The exceptions are:
156156
this:
157157

158158
~~~C
159-
int foo(int bar) /* Add 1 to bar, takes bar and returns the result */
159+
int foo(int bar)
160+
/* Add 1 to bar, takes bar and returns the result */
160161
{
161162
return bar + 1;
162163
}

0 commit comments

Comments
 (0)