Skip to content

Commit 54920da

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/cpp-docs-pr into 1769497-fix-build-validation-issues-09-28
2 parents b595d43 + 7cabbdc commit 54920da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

docs/standard-library/path-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class path;
4444
|[empty](#empty)|Returns `mypath.empty()`.|
4545
|[end](#end)|Returns an end-of-sequence iterator of type `iterator`.|
4646
|[extension](#extension)|Returns the suffix of `filename()`.|
47-
|[filename](#filename)|Returns the root directory component of myname, specifically `empty() path() : *--end()`. The component may be empty.|
47+
|[filename](#filename)|Returns the root directory component of myname, specifically `empty() ? path() : *--end()`. The component may be empty.|
4848
|[generic_string](#generic_string)|Returns `this->string<Elem, Traits, Alloc>(al)` with (under Windows) any backslash converted to a forward slash.|
4949
|[generic_u16string](#generic_u16string)|Returns `u16string()` with (under Windows) any backslash converted to a forward slash.|
5050
|[generic_u32string](#generic_u32string)|Returns `u32string()` with (under Windows) any backslash converted to a forward slash.|

0 commit comments

Comments
 (0)