We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c766fd4 commit 4fcf942Copy full SHA for 4fcf942
src/libraries/System.Private.CoreLib/src/System/DateOnly.cs
@@ -159,7 +159,7 @@ public DateOnly AddDays(int value)
159
public static bool operator !=(DateOnly left, DateOnly right) => left._dayNumber != right._dayNumber;
160
161
/// <summary>
162
- /// Determines whether one specified DateOnly is later than another specified DateTime.
+ /// Determines whether one specified DateOnly is later than another specified DateOnly.
163
/// </summary>
164
/// <param name="left">The first object to compare.</param>
165
/// <param name="right">The second object to compare.</param>
0 commit comments