Skip to content

Commit db80fb7

Browse files
authored
Path.xml: Update GetFullPath summary (#4228)
Changed the order of "relative path" and "fully qualified base path" to match the actual order that is required.
1 parent b63bcb2 commit db80fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/Path.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ For more information on file path formats on Windows, see [File path formats on
13491349
<Docs>
13501350
<param name="path">A relative path to concatenate to <paramref name="basePath" />.</param>
13511351
<param name="basePath">The beginning of a fully qualified path.</param>
1352-
<summary>Returns an absolute path from a fully qualified base path and a relative path.</summary>
1352+
<summary>Returns an absolute path from a relative path and a fully qualified base path.</summary>
13531353
<returns>The absolute path.</returns>
13541354
<remarks>
13551355
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)