From 69405d3d1580d9e6c4ed801595620ef33fad086f Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sun, 18 Oct 2015 11:27:03 +0200 Subject: [PATCH] Remove in-text C++ comment sign. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;