Skip to content

Commit 98dc960

Browse files
committed
Use multi-line instead of multiline.
1 parent 4e45f1b commit 98dc960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/Squiz/Docs/Commenting/BlockCommentStandard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<documentation title="Block Comment">
22
<standard>
33
<![CDATA[
4-
A block comment is a multiline comment delimited by an opener "/*" and a closer "*/" which are each on their own line with the comment text in between.
4+
A block comment is a multi-line comment delimited by an opener "/*" and a closer "*/" which are each on their own line with the comment text in between.
55
]]>
66
</standard>
77
<code_comparison>

0 commit comments

Comments
 (0)