From 57b16ed8003bc20476eaee8bcb039a23b12934a2 Mon Sep 17 00:00:00 2001 From: Will Alexander Date: Sun, 1 Nov 2015 05:45:11 +0000 Subject: [PATCH] Fix misplaced end parenthesis in NL.17.Reason --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 0382547..42bf492 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