Skip to content

Commit 76de02a

Browse files
authored
Merge pull request #671 from ypyf/master
fixed typo
2 parents fb23c11 + 866abaf commit 76de02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16861,7 +16861,7 @@ This is not evil.
1686116861

1686216862
### <a name="Rl-name-length"></a>NL.7: Make the length of a name roughly proportional to the length of its scope
1686316863

16864-
**Rationale**: The larger the scope the greaterthe chance of confusion and of an unintended name clash.
16864+
**Rationale**: The larger the scope the greater the chance of confusion and of an unintended name clash.
1686516865

1686616866
##### Example
1686716867

0 commit comments

Comments
 (0)