Skip to content

Commit 8271f77

Browse files
authored
Document missing value in TimeSpan CompareTo EII (#4063)
1 parent e8164f5 commit 8271f77

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
@@ -3717,7 +3717,7 @@ When a time interval component in the string to be parsed contains more than sev
37173717
<Parameter Name="value" Type="System.Object" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6" />
37183718
</Parameters>
37193719
<Docs>
3720-
<param name="value">To be added.</param>
3720+
<param name="value">An object to compare, or <see langword="null" />.</param>
37213721
<summary>Compares this instance to a specified object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the specified object.</summary>
37223722
<returns>
37233723
One of the following values:

0 commit comments

Comments
 (0)