diff --git a/cppguide.html b/cppguide.html index bbf1f64d7..1787bb2ca 100644 --- a/cppguide.html +++ b/cppguide.html @@ -4403,9 +4403,6 @@

Comments

Comment Style

-

Use either the // or /* */ -syntax, as long as you are consistent.

-

You can use either the // or the /* */ syntax; however, // is much more common. Be consistent with how you