Skip to content

Commit e30543d

Browse files
committed
NL dropping parenthesized bit, per commit comment
1 parent 697a78b commit e30543d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21238,7 +21238,7 @@ Many of them are very similar to what became part of the ISO C++ standard in C++
2123821238
* `Unique_pointer` // A type that matches `Pointer`, is movable, and is not copyable
2123921239
* `Shared_pointer` // A type that matches `Pointer`, and is copyable
2124021240

21241-
# <a name="S-naming"></a>NL: Naming and layout suggestions (if you don't already have one)
21241+
# <a name="S-naming"></a>NL: Naming and layout suggestions
2124221242

2124321243
Consistent naming and layout are helpful.
2124421244
If for no other reason because it minimizes "my style is better than your style" arguments.

0 commit comments

Comments
 (0)