Skip to content

Commit d318a68

Browse files
WPMGPRoSToTeMajwakely
authored andcommitted
ES.20: Fix typo (isocpp#1033)
1 parent 1b2ba25 commit d318a68

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
@@ -10108,7 +10108,7 @@ Many such errors are introduced during maintenance years after the initial imple
1010810108

1010910109
##### Exception
1011010110

10111-
It you are declaring an object that is just about to be initialized from input, initializing it would cause a double initialization.
10111+
If you are declaring an object that is just about to be initialized from input, initializing it would cause a double initialization.
1011210112
However, beware that this may leave uninitialized data beyond the input -- and that has been a fertile source of errors and security breaches:
1011310113

1011410114
constexpr int max = 8 * 1024;

0 commit comments

Comments
 (0)