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
1558615586
1558715587Non-rule summary:
1558815588
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)
1559015590* single-return rule
1559115591* no exceptions
1559215592* one class per source file
@@ -15595,7 +15595,7 @@ Non-rule summary:
1559515595* make all data members `protected`
1559615596* ???
1559715597
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
1559915599
1560015600##### Reason
1560115601
You can’t perform that action at this time.
0 commit comments