From fbcd98dc0d33e823c5d001e32f3cfcbf6d6363cf Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Thu, 8 Aug 2019 09:40:53 -0700 Subject: [PATCH] Missing params in System.IO.Path --- xml/System.IO/Path.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.IO/Path.xml b/xml/System.IO/Path.xml index fa056d13d39..07b748399dc 100644 --- a/xml/System.IO/Path.xml +++ b/xml/System.IO/Path.xml @@ -2603,7 +2603,7 @@ Not all invalid characters for directory and file names are interpreted as unacc - To be added. + The path to trim. Trims one trailing directory separator beyond the root of the specified path. The without any trailing directory separators. To be added. @@ -2634,7 +2634,7 @@ Not all invalid characters for directory and file names are interpreted as unacc - To be added. + The path to trim. Trims one trailing directory separator beyond the root of the specified path. The without any trailing directory separators. To be added.