Skip to content

Commit d084dce

Browse files
robindegentkruse
authored andcommitted
Fixed typo shuld -> should, fixed missing words
1 parent 0785e0b commit d084dce

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
@@ -15806,7 +15806,7 @@ In the context of the styles of programming we recommend and support with the gu
1580615806

1580715807
Non-rule summary:
1580815808

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)
1581015810
* single-return rule
1581115811
* no exceptions
1581215812
* one class per source file
@@ -15815,7 +15815,7 @@ Non-rule summary:
1581515815
* make all data members `protected`
1581615816
* ???
1581715817

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
1581915819

1582015820
##### Reason
1582115821

0 commit comments

Comments
 (0)