Merge pull request #681 from tkruse/rebased-typo-fixes

Rebased typo fixes
This commit is contained in:
Gabriel Dos Reis 2016-08-22 11:25:56 -07:00 committed by GitHub
commit 7e34d8880c

View File

@ -15814,7 +15814,7 @@ In the context of the styles of programming we recommend and support with the gu
Non-rule summary:
* [NR.1: All declarations should 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
@ -15823,7 +15823,7 @@ Non-rule summary:
* make all data members `protected`
* ???
### <a name="Rnr-top"></a>NR.1: All declarations should be at the of a function
### <a name="Rnr-top"></a>NR.1: All declarations should be at the top of a function
##### Reason