Fix misplaced end parenthesis in NL.17.Reason

This commit is contained in:
Will Alexander
2015-11-01 05:45:11 +00:00
parent ff7bc575e8
commit 57b16ed800

View File

@@ -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