diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index d9c314e..c286da9 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -12962,7 +12962,7 @@ Flag departures from the suggested order. There will be a lot of old code that d ##### Reason -This is the original C and C++ layout. It preserves vertical space well. It distinguishes different language constructs (such as functions and classes well). +This is the original C and C++ layout. It preserves vertical space well. It distinguishes different language constructs (such as functions and classes) well. ##### Note