Skip to content

Commit 376a2f5

Browse files
authored
Update c6059.md
acrolinx
1 parent e67700b commit 376a2f5

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 which generates warning C6059:
86+
Consider the following code that generates warning C6059:
8787
8888
```cpp
8989
#include <string.h>

0 commit comments

Comments
 (0)