Skip to content

Commit fe674ae

Browse files
authored
Fix type name
1 parent e283e30 commit fe674ae

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
@@ -703,7 +703,7 @@
703703
<Docs>
704704
<param name="left">The first object to compare.</param>
705705
<param name="right">The second object to compare.</param>
706-
<summary>Determines whether one specified <see cref="T:System.DateOnly" /> is later than another specified DateTime.</summary>
706+
<summary>Determines whether one specified <see cref="T:System.DateOnly" /> is later than another specified DateOnly.</summary>
707707
<returns>
708708
<see langword="true" /> if left is later than right; otherwise, <see langword="false" />.</returns>
709709
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)