File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15586,7 +15586,7 @@ In the context of the styles of programming we recommend and support with the gu
15586
15586
15587
15587
Non-rule summary:
15588
15588
15589
- * [NR.1: All declarations shuld be at the of a function](#Rnr-top)
15589
+ * [NR.1: All declarations should be at the top of a function](#Rnr-top)
15590
15590
* single-return rule
15591
15591
* no exceptions
15592
15592
* one class per source file
@@ -15595,7 +15595,7 @@ Non-rule summary:
15595
15595
* make all data members `protected`
15596
15596
* ???
15597
15597
15598
- ### <a name="Rnr-top"></a>NR.1: All declarations shuld be at the of a function
15598
+ ### <a name="Rnr-top"></a>NR.1: All declarations should be at the top of a function
15599
15599
15600
15600
##### Reason
15601
15601
You can’t perform that action at this time.
0 commit comments