Skip to content

Commit 9bed5c6

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#85 from misAlexis/patch-2
Update filesystem-enumerations.md
2 parents 4cc296a + b85701d commit 9bed5c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/standard-library/filesystem-enumerations.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ manager: "ghogen"
2121
This topic documents the enums in the filesystem header.
2222

2323
## Requirements
24-
**Header:** \<experimental/filesystem>
25-
24+
**Header:** \<experimental/filesystem>
2625
**Namespace:** std::experimental::filesystem
2726

2827
## <a name="copy_options"></a> copy_options
@@ -79,7 +78,7 @@ enum class directory_options {
7978
|`follow_directory_symlink`|Treat symbolic links to directories as actual directories.|
8079

8180
## <a name="file_type"></a> file_type
82-
An enumeration for file types. The supported values are regular, and directory, not_found and unknown.
81+
An enumeration for file types. The supported values are regular, directory, not_found, and unknown.
8382

8483
### Syntax
8584
```cpp

0 commit comments

Comments
 (0)