Skip to content

Commit e67700b

Browse files
authored
Update c6059.md
small typo
1 parent f2e6d0a commit e67700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6059.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void f( )
8383
8484
This analysis detects when the target buffer size is passed unmodified into the length parameter of the string manipulation function. This warning isn't given if some other value is passed as the length parameter, even if that value is incorrect.
8585
86-
Consider the following code, generates warning C6059:
86+
Consider the following code which generates warning C6059:
8787
8888
```cpp
8989
#include <string.h>

0 commit comments

Comments
 (0)