We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f3821 commit 2751d9dCopy full SHA for 2751d9d
docs/code-quality/c6392.md
@@ -29,7 +29,7 @@ int main() {
29
}
30
```
31
32
-There are multiple ways to fix this error. If printing the pointer value is unintended, one can use a nonwide string literal:
+There are multiple ways to fix this error. If printing the pointer value is unintended, use a nonwide string literal:
33
34
```cpp
35
#include <iostream>
0 commit comments