mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Remove unnecessary hyphenation (#1343)
This commit is contained in:
committed by
Sergey Zubkov
parent
a95daa781e
commit
edac03725a
@@ -10209,7 +10209,7 @@ Flag all uses of ALL CAPS. For older code, accept ALL CAPS for macro names and f
|
||||
|
||||
##### Reason
|
||||
|
||||
One-declaration-per line increases readability and avoids mistakes related to
|
||||
One declaration per line increases readability and avoids mistakes related to
|
||||
the C/C++ grammar. It also leaves room for a more descriptive end-of-line
|
||||
comment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user