Skip to content

Commit b6e5ea4

Browse files
TylerMSFTTylerMSFT
authored andcommitted
tighten wording
1 parent eabcef8 commit b6e5ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/path-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ const string_type& native() const noexcept;
443443

444444
### Remarks
445445

446-
The path is available in a portable generic format (see [`generic_string()`](#generic_string)). Or, you can get the native format of the path. This function returns the native string. On a POSIX system, the generic format and the native format are the same.
446+
The path is available in a portable generic format (see [`generic_string()`](#generic_string)) or the native format of the path. This function returns the native string. On a POSIX system, the generic format and the native format are the same.
447447

448-
In the following example, tested on Windows 11, the generic path string is `c:/t/temp/temp.txt` and the native string is `c:\\t\\temp.txt`
448+
In the following example running on Windows 11, the generic path string is `c:/t/temp/temp.txt` and the native string is `c:\\t\\temp.txt`
449449

450450
```cpp
451451
// Compile with /std:c++17 or higher

0 commit comments

Comments
 (0)