Skip to content

Commit f3e8e9a

Browse files
authored
Fix type reference (#8563)
Fixes #7804
1 parent 0c5f90c commit f3e8e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/DateOnly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
</Parameters>
212212
<Docs>
213213
<param name="value">The object to compare to the current instance.</param>
214-
<summary>Compares the value of this instance to a specified <see cref="T:System.DateOnly" /> value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.DateTime" /> value.</summary>
214+
<summary>Compares the value of this instance to a specified <see cref="T:System.DateOnly" /> value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.DateOnly" /> value.</summary>
215215
<returns>Less than zero if this instance is earlier than value. Greater than zero if this instance is later than value. Zero if this instance is the same as value.</returns>
216216
<remarks>To be added.</remarks>
217217
</Docs>

0 commit comments

Comments
 (0)