From 8adb4d9f760bd1f379c87aa46cee0a5e03ebbf99 Mon Sep 17 00:00:00 2001 From: lukka <681992+lukka@users.noreply.github.com> Date: Tue, 28 Jul 2020 18:25:35 -0700 Subject: [PATCH] the returned root for an Unix absolute path is "/" the returned root for an Unix absolute path is "/" --- xml/System.IO/Path.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.IO/Path.xml b/xml/System.IO/Path.xml index 2a4794af558..6a1f568f99b 100644 --- a/xml/System.IO/Path.xml +++ b/xml/System.IO/Path.xml @@ -1553,7 +1553,7 @@ Possible patterns for the read-only character span returned by this method are a - (`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).