10000 Update Path.xml documentation (#4252) · CAndRyan/dotnet-api-docs@ea1fb71 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea1fb71

Browse files
authored
Update Path.xml documentation (dotnet#4252)
Unix doesn't use \ but /. Running this on OSX gives `/`
1 parent c72b36e commit ea1fb71

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
@@ -1643,7 +1643,7 @@ Possible patterns for the string returned by this method are as follows:
16431643
16441644
- An empty string (`path` specified a relative path on the current drive or volume).
16451645
1646-
- "\" (Unix: `path` specified an absolute path on the current drive).
1646+
- "/" (Unix: `path` specified an absolute path on the current drive).
16471647
16481648
- "X:" (Windows: `path` specified a relative path on a drive, where *X* represents a drive or volume letter).
16491649

0 commit comments

Comments
 (0)
0