Skip to content

Commit 7cabbdc

Browse files
authored
Merge pull request #3202 from hwisungi/master
Fix minor mismatch with actual behavior.
2 parents 0fc6c98 + 6a10438 commit 7cabbdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/code-quality/c33020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/code-quality/c33022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1818
somewhere along the line that eventually returns it or assigns it to a variable that is returned.
1919

2020
## Example

0 commit comments

Comments
 (0)