From d43d484417f487b487bf60c4a076c27706dc9f9c Mon Sep 17 00:00:00 2001 From: RicoAntonioFelix Date: Fri, 25 Sep 2015 22:02:05 -0400 Subject: [PATCH] Remove extra backtick... --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.