Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c366ec9

Browse files
carlossanlopRon Petrusha
authored andcommitted
Missing params in System.IO.Path (dotnet#2964)
1 parent 05e7765 commit c366ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.IO/Path.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@ Not all invalid characters for directory and file names are interpreted as unacc
26032603
<Parameter Name="path" Type="System.ReadOnlySpan&lt;System.Char&gt;" Index="0" FrameworkAlternate="netcore-3.0" />
26042604
</Parameters>
26052605
<Docs>
2606-
<param name="path">To be added.</param>
2606+
<param name="path">The path to trim.</param>
26072607
<summary>Trims one trailing directory separator beyond the root of the specified path.</summary>
26082608
<returns>The <paramref name="path" /> without any trailing directory separators.</returns>
26092609
<remarks>To be added.</remarks>
@@ -2634,7 +2634,7 @@ Not all invalid characters for directory and file names are interpreted as unacc
26342634
<Parameter Name="path" Type="System.String" Index="0" FrameworkAlternate="netcore-3.0" />
26352635
</Parameters>
26362636
<Docs>
2637-
<param name="path">To be added.</param>
2637+
<param name="path">The path to trim.</param>
26382638
<summary>Trims one trailing directory separator beyond the root of the specified path.</summary>
26392639
<returns>The <paramref name="path" /> without any trailing directory separators.</returns>
26402640
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)