diff --git a/xml/System.IO/Path.xml b/xml/System.IO/Path.xml index f832225e337..0a5c458908e 100644 --- a/xml/System.IO/Path.xml +++ b/xml/System.IO/Path.xml @@ -1643,7 +1643,7 @@ Possible patterns for the string returned by this method are as follows: - An empty string (`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).