diff --git a/xml/System.IO/Path.xml b/xml/System.IO/Path.xml index 7ebd81f8d45..84a9a39fbd2 100644 --- a/xml/System.IO/Path.xml +++ b/xml/System.IO/Path.xml @@ -808,7 +808,7 @@ This method obtains the extension of `path` by searching `path` for a period (". The path string from which to get the extension. - Returns the extension of the specified path string. + Returns the extension (including the period ".") of the specified path string. The extension of the specified path (including the period "."), or , or . If is , returns . If does not have extension information, returns .