File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dev_langs: ["C++"]
1414
1515> Warning C33020: Likely incorrect HRESULT usage detected.
1616
17- This is high-confidence warning indicating that HRESULT-returning function returns FALSE or false .
17+ This is high-confidence warning indicating that HRESULT-returning function returns FALSE.
1818
1919## Example
2020
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dev_langs: ["C++"]
1414
1515> Warning C33022: Potentially incorrect HRESULT usage detected (low confidence)
1616
17- This is low-confidence warning for a function that returns HRESULT, if there is "FALSE" or "false"
17+ This is low-confidence warning for a function that returns HRESULT, if there is "FALSE"
1818somewhere along the line that eventually returns it or assigns it to a variable that is returned.
1919
2020## Example
You can’t perform that action at this time.
0 commit comments