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>

Josh Soref committed Dec 28, 2023 at 04:55 UTC 2d194548cb8c16d17925be0f0e8ce946eb6d1f6e
1 file changed +1 -1
Documentation/CodingGuidelines
+1 -1
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