Skip to content

Commit 112a210

Browse files
petterhgewarren
andauthored
Update xml/System/TimeSpan.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 0a1a46c commit 112a210

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
@@ -3240,7 +3240,7 @@ The value of this constant is 100.
32403240
<Parameter Name="divisor" Type="System.Double" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1;net-5.0;net-6.0;net-7.0;net-8.0;net-9.0;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8-pp;netframework-4.8.1-pp;net-10.0;netframework-4.6.2-pp" />
32413241
</Parameters>
32423242
<Docs>
3243-
<param name="timeSpan">Dividend or value to be divided.</param>
3243+
<param name="timeSpan">The dividend or value to be divided.</param>
32443244
<param name="divisor">The divisor or value to be divided by.</param>
32453245
<summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of dividing the specified <paramref name="timeSpan" /> by the specified <paramref name="divisor" />.</summary>
32463246
<returns>A new object that represents the value of <paramref name="timeSpan" /> divided by the value of <paramref name="divisor" />.</returns>

0 commit comments

Comments
 (0)