From: Josh Soref Date: Thu, 28 Dec 2023 04:55:17 +0000 (+0000) Subject: CodingGuidelines: write punctuation marks X-Git-Tag: v2.43.1~7^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6397c5cc83979d4808e9aeeb0276d3302987782;p=thirdparty%2Fgit.git CodingGuidelines: write punctuation marks - Match style in Release Notes Signed-off-by: Josh Soref Signed-off-by: Junio C Hamano --- 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.