Skip to content

Commit c74f0ef

Browse files
authored
Fix typo in Path.xml (#5003)
1 parent 13a6439 commit c74f0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/Path.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ When you are using .NET Core to develop applications that run on multiple platfo
655655
path = $"{separator}users{separator}user1{separator}"
656656
```
657657
658-
You can also retrieve the value from the <xref:System.IO.Path.AltDirectorySeparatorChar> property, since it is the same on both Windows and Unx-based systems.
658+
You can also retrieve the value from the <xref:System.IO.Path.AltDirectorySeparatorChar> property, since it is the same on both Windows and Unix-based systems.
659659
660660
- Retrieve the <xref:System.IO.Path.AltDirectorySeparatorChar> property
661661

0 commit comments

Comments
 (0)