Skip to content

Commit 866abaf

Browse files
committed
fixed typo
1 parent 53a0de1 commit 866abaf

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)