diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 5c16297..b24e8aa 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -10379,7 +10379,7 @@ Examples are `.hh` and `.cxx`. Use such names equivalently. **Enforcement**: * Flag non-conventional file names. -* Check that `.h` and `.cpp`` (and equivalents) follow the rules below. +* Check that `.h` and `.cpp` (and equivalents) follow the rules below.