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 @@ -15806,7 +15806,7 @@ In the context of the styles of programming we recommend and support with the gu
15806
15806
15807
15807
Non-rule summary:
15808
15808
15809
- * [NR.1: All declarations should be at the of a function](#Rnr-top)
15809
+ * [NR.1: All declarations should be at the top of a function](#Rnr-top)
15810
15810
* single-return rule
15811
15811
* no exceptions
15812
15812
* one class per source file
@@ -15815,7 +15815,7 @@ Non-rule summary:
15815
15815
* make all data members `protected`
15816
15816
* ???
15817
15817
15818
- ### <a name="Rnr-top"></a>NR.1: All declarations should be at the of a function
15818
+ ### <a name="Rnr-top"></a>NR.1: All declarations should be at the top of a function
15819
15819
15820
15820
##### Reason
15821
15821
You can’t perform that action at this time.
0 commit comments