Skip to content

Commit bd9ebed

Browse files
authored
Update TimeSpan.xml (dotnet#8676)
The summary of constructor 「TimeSpan(Int32, Int32, Int32, Int32, Int32, Int32)」 should be corrected as 「Initializes a new instance of the TimeSpan structure to a specified number of days, hours, minutes, seconds, milliseconds, and microseconds.」
1 parent c373d29 commit bd9ebed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/TimeSpan.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
<param name="seconds">Number of seconds.</param>
516516
<param name="milliseconds">Number of milliseconds.</param>
517517
<param name="microseconds">Number of microseconds.</param>
518-
<summary>Initializes a new instance of the <see cref="T:System.TimeSpan" /> structure to a specified number of days, hours, minutes, seconds, and milliseconds.</summary>
518+
<summary>Initializes a new instance of the <see cref="T:System.TimeSpan" /> structure to a specified number of days, hours, minutes, seconds, milliseconds, and microseconds.</summary>
519519
<remarks>
520520
<format type="text/markdown"><![CDATA[
521521

0 commit comments

Comments
 (0)