diff options
| author | Josh Soref <jsoref@gmail.com> | 2023-12-28 04:55:16 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-12-27 21:33:23 -0800 |
| commit | 2d194548cb8c16d17925be0f0e8ce946eb6d1f6e (patch) | |
| tree | dbdf68632be8e421006e3742e5794553b2b59455 /Documentation/CodingGuidelines | |
| parent | Git 2.43 (diff) | |
| download | git-2d194548cb8c16d17925be0f0e8ce946eb6d1f6e.tar.gz git-2d194548cb8c16d17925be0f0e8ce946eb6d1f6e.zip | |
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 '')
| -rw-r--r-- | Documentation/CodingGuidelines | 2 |
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 |
