diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index ace4e0b..0605f0d 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -5007,7 +5007,7 @@ It is really hard to write a foolproof and useful `==` for a hierarchy. // ... }; -// `B`'s comparison accepts conversions for its second operand, but not its first. +`B`'s comparison accepts conversions for its second operand, but not its first. class D :B { char character;