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