Fixed typo shuld -> should, fixed missing words

This commit is contained in:
Robin Degen 2016-07-26 07:33:57 +02:00
parent d155244c70
commit f177479e1e

View File

@ -15586,7 +15586,7 @@ In the context of the styles of programming we recommend and support with the gu
Non-rule summary:
* [NR.1: All declarations shuld be at the of a function](#Rnr-top)
* [NR.1: All declarations should be at the top of a function](#Rnr-top)
* single-return rule
* no exceptions
* one class per source file
@ -15595,7 +15595,7 @@ Non-rule summary:
* make all data members `protected`
* ???
### <a name="Rnr-top"></a>NR.1: All declarations shuld be at the of a function
### <a name="Rnr-top"></a>NR.1: All declarations should be at the top of a function
##### Reason