Skip to content

Commit 2751d9d

Browse files
committed
Address review comment.
1 parent c4f3821 commit 2751d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6392.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int main() {
2929
}
3030
```
3131

32-
There are multiple ways to fix this error. If printing the pointer value is unintended, one can use a nonwide string literal:
32+
There are multiple ways to fix this error. If printing the pointer value is unintended, use a nonwide string literal:
3333

3434
```cpp
3535
#include <iostream>

0 commit comments

Comments
 (0)