Skip to content

Commit 13a2456

Browse files
authored
Merge pull request MicrosoftDocs#2174 from hassanbot/patch-1
Fix typo
2 parents 9591a1f + c7bd190 commit 13a2456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/filesystem-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ The function exchanges the contents of *left* and *right*.
467467

468468
```cpp
469469
file_status symlink_status(const path& pval);
470-
file_status symlink_status(const path& pval, erroxr_code& ec) noexcept;
470+
file_status symlink_status(const path& pval, error_code& ec) noexcept;
471471
```
472472
473473
The functions return the pathname symlink status, the file type, and permissions, associated with *pval*. The functions behave the same as `status(pval)` except that a symlink is itself tested, not the file it chooses.

0 commit comments

Comments
 (0)