From c90110d146fce051a56a5f4555a02c195e07df0a Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sun, 3 Jul 2022 08:45:29 -0500 Subject: [ruby/date] Enhanced RDoc https://github.com/ruby/date/commit/f9ecaad2ee --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date') diff --git a/ext/date/date_core.c b/ext/date/date_core.c index 87732f0d46..4719a0db71 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -2944,7 +2944,7 @@ date_s_julian_leap_p(VALUE klass, VALUE y) /* * call-seq: - * Date.leap?(year) -> bool + * Date.gregorian_leap?(year) -> true or false * * Returns +true+ if the given year is a leap year * in the {proleptic Gregorian calendar}[https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar], +false+ otherwise: -- cgit v1.2.3