Merge pull request #671 from ypyf/master

fixed typo
This commit is contained in:
Gabriel Dos Reis 2016-08-15 11:29:24 -07:00 committed by GitHub
commit 76de02a723

View File

@ -16861,7 +16861,7 @@ This is not evil.
### <a name="Rl-name-length"></a>NL.7: Make the length of a name roughly proportional to the length of its scope
**Rationale**: The larger the scope the greaterthe chance of confusion and of an unintended name clash.
**Rationale**: The larger the scope the greater the chance of confusion and of an unintended name clash.
##### Example