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>

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