Skip to content

Commit 7e34d88

Browse files
authored
Merge pull request #681 from tkruse/rebased-typo-fixes
Rebased typo fixes
2 parents 61c7fb7 + 9f2d264 commit 7e34d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15814,7 +15814,7 @@ In the context of the styles of programming we recommend and support with the gu
1581415814

1581515815
Non-rule summary:
1581615816

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)
1581815818
* single-return rule
1581915819
* no exceptions
1582015820
* one class per source file
@@ -15823,7 +15823,7 @@ Non-rule summary:
1582315823
* make all data members `protected`
1582415824
* ???
1582515825

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
1582715827

1582815828
##### Reason
1582915829

0 commit comments

Comments
 (0)