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 4a20b93 commit def69e4Copy full SHA for def69e4
cpp/ql/src/Microsoft/Likely Bugs/Likely Typos/BadWchar.ql
@@ -1,7 +1,7 @@
1
/**
2
* @id cpp/microsoft/public/typo/bad-wchar
3
* @name Initialization of bad wide char
4
- * @description wchar_t should initialized with L prefix but might be initialized inside single quote. E.g. 'L\0' instead of L'\0'
+ * @description wchar_t should be initialized with L prefix but might be initialized inside single quote. E.g. 'L\0' instead of L'\0'
5
* @kind problem
6
* @problem.severity error
7
* @precision high
0 commit comments