From af0f064060e5cfd1889af7c31d431b54953e9749 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sun, 23 Oct 2022 16:14:03 +0200 Subject: [PATCH] Fix type reference Fixes #7804 --- xml/System/DateOnly.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/DateOnly.xml b/xml/System/DateOnly.xml index af0abe9eede..99a0fcae694 100644 --- a/xml/System/DateOnly.xml +++ b/xml/System/DateOnly.xml @@ -211,7 +211,7 @@ The object to compare to the current instance. - Compares the value of this instance to a specified value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified value. + Compares the value of this instance to a specified value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified value. 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. To be added.