From 917e7eb50f5371892de9af13ba7d4134bb9a21b4 Mon Sep 17 00:00:00 2001 From: Wai-Wai Ng Date: Sun, 9 Apr 2023 17:09:03 +0100 Subject: [DOC] Correct docs for Comparable --- compar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compar.c b/compar.c index dc157fd241..2b34ebb062 100644 --- a/compar.c +++ b/compar.c @@ -289,8 +289,8 @@ cmp_clamp(int argc, VALUE *argv, VALUE x) * - #<: Returns whether +self+ is less than the given object. * - #<=: Returns whether +self+ is less than or equal to the given object. * - #==: Returns whether +self+ is equal to the given object. - * - #>: Returns whether +self+ is greater than or equal to the given object. - * - #>=: Returns whether +self+ is greater than the given object. + * - #>: Returns whether +self+ is greater than the given object. + * - #>=: Returns whether +self+ is greater than or equal to the given object. * - #between?: Returns +true+ if +self+ is between two given objects. * - #clamp: For given objects +min+ and +max+, or range (min..max), returns: * -- cgit v1.2.1