Skip to content

Commit b96f334

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/cpp-docs-pr (branch live)
2 parents 878fe2e + b585413 commit b96f334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)