aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/CodingGuidelines
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2023-12-28 04:55:16 +0000
committerJunio C Hamano <gitster@pobox.com>2023-12-27 21:33:23 -0800
commit2d194548cb8c16d17925be0f0e8ce946eb6d1f6e (patch)
treedbdf68632be8e421006e3742e5794553b2b59455 /Documentation/CodingGuidelines
parent564d0252ca632e0264ed670534a51d18a689ef5d (diff)
downloadgit-2d194548cb8c16d17925be0f0e8ce946eb6d1f6e.tar.gz
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 <jsoref@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/CodingGuidelines')
-rw-r--r--Documentation/CodingGuidelines2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines
index 8d3a467c01..b64e52fdbe 100644
--- a/Documentation/CodingGuidelines
+++ b/Documentation/CodingGuidelines
@@ -450,7 +450,7 @@ For C programs:
one of the approved headers that includes it first for you. (The
approved headers currently include "builtin.h",
"t/helper/test-tool.h", "xdiff/xinclude.h", or
- "reftable/system.h"). You do not have to include more than one of
+ "reftable/system.h".) You do not have to include more than one of
these.
- A C file must directly include the header files that declare the