summaryrefslogtreecommitdiffstats
path: root/Documentation/CodingGuidelines
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2023-12-28 05:55:17 +0100
committerJunio C Hamano <gitster@pobox.com>2023-12-28 06:33:23 +0100
commite6397c5cc83979d4808e9aeeb0276d3302987782 (patch)
tree94f61ea91d588c71a5888f2d73a1742a3091e9d5 /Documentation/CodingGuidelines
parentCodingGuidelines: move period inside parentheses (diff)
downloadgit-e6397c5cc83979d4808e9aeeb0276d3302987782.tar.xz
git-e6397c5cc83979d4808e9aeeb0276d3302987782.zip
CodingGuidelines: write punctuation marks
- Match style in Release Notes Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--Documentation/CodingGuidelines2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines
index b64e52fdbe..169d4eb3ac 100644
--- a/Documentation/CodingGuidelines
+++ b/Documentation/CodingGuidelines
@@ -578,7 +578,7 @@ Externally Visible Names
. The variable name describes the effect of tweaking this knob.
The section and variable names that consist of multiple words are
- formed by concatenating the words without punctuations (e.g. `-`),
+ formed by concatenating the words without punctuation marks (e.g. `-`),
and are broken using bumpyCaps in documentation as a hint to the
reader.