Skip to content

Commit 2d19454

Browse files
jsorefgitster
authored andcommitted
CodingGuidelines: move period inside parentheses
The contents within parenthesis should be omittable without resulting in broken text. Eliding the parenthesis left a period to end a run without any content. Signed-off-by: Josh Soref <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 564d025 commit 2d19454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ For C programs:
450450
one of the approved headers that includes it first for you. (The
451451
approved headers currently include "builtin.h",
452452
"t/helper/test-tool.h", "xdiff/xinclude.h", or
453-
"reftable/system.h"). You do not have to include more than one of
453+
"reftable/system.h".) You do not have to include more than one of
454454
these.
455455

456456
- A C file must directly include the header files that declare the

0 commit comments

Comments
 (0)