]> git.ipfire.org Git - thirdparty/git.git/commitdiff
CodingGuidelines: write punctuation marks
authorJosh Soref <jsoref@gmail.com>
Thu, 28 Dec 2023 04:55:17 +0000 (04:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2023 05:33:23 +0000 (21:33 -0800)
- Match style in Release Notes

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines

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