Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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