]> git.ipfire.org Git - thirdparty/git.git/commitdiff
CodingGuidelines: move period inside parentheses
authorJosh Soref <jsoref@gmail.com>
Thu, 28 Dec 2023 04:55:16 +0000 (04:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2023 05:33:23 +0000 (21:33 -0800)
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>
Documentation/CodingGuidelines

index 8d3a467c0135319162b71290810917cca5f8316f..b64e52fdbec3438e79742bb0d19635cf0635f8f0 100644 (file)
@@ -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