Skip to content
Merged
Prev Previous commit
Next Next commit
the returned root for an Unix absolute path is "/" (#4587)
the returned root for an Unix absolute path is "/"
  • Loading branch information
lukka authored Aug 3, 2020
commit 1c9b375723f166813d2fc3ebe0e3e12125f50ef5
2 changes: 1 addition & 1 deletion xml/System.IO/Path.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ Possible patterns for the read-only character span returned by this method are a

- <xref:System.ReadOnlySpan%601.Empty?displayProperty=nameWithType> (`path` specified a relative path on the current drive or volume).

- "\" (Unix: `path` specified an absolute path on the current drive).
- "/" (Unix: `path` specified an absolute path on the current drive).

- "X:" (Windows: `path` specified a relative path on a drive, where *X* represents a drive or volume letter).

Expand Down