Skip to content

Commit f177479

Browse files
committed
Fixed typo shuld -> should, fixed missing words
1 parent d155244 commit f177479

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

1558715587
Non-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

0 commit comments

Comments
 (0)