mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fixed typo shuld -> should, fixed missing words
This commit is contained in:
parent
0785e0b415
commit
d084dcef31
|
@ -15806,7 +15806,7 @@ In the context of the styles of programming we recommend and support with the gu
|
|||
|
||||
Non-rule summary:
|
||||
|
||||
* [NR.1: All declarations should be at the of a function](#Rnr-top)
|
||||
* [NR.1: All declarations should be at the top of a function](#Rnr-top)
|
||||
* single-return rule
|
||||
* no exceptions
|
||||
* one class per source file
|
||||
|
@ -15815,7 +15815,7 @@ Non-rule summary:
|
|||
* make all data members `protected`
|
||||
* ???
|
||||
|
||||
### <a name="Rnr-top"></a>NR.1: All declarations should be at the of a function
|
||||
### <a name="Rnr-top"></a>NR.1: All declarations should be at the top of a function
|
||||
|
||||
##### Reason
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user