diff options
author | BurdetteLamar <[email protected]> | 2022-07-03 15:18:44 -0500 |
---|---|---|
committer | git <[email protected]> | 2022-07-05 04:12:47 +0900 |
commit | 7212163e7ca4a49137aa31fcb86c4c1c4cdb3846 (patch) | |
tree | 2f323a0a5154e9f548e53c2651dd435889ba46cd /ext/date/date_core.c | |
parent | 4ec14b63239ba00102bff64153b360dae1544c29 (diff) |
[ruby/date] Enhanced RDoc
https://github.com/ruby/date/commit/5c18ec031e
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r-- | ext/date/date_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c index ebf4bf9d42..11c38a982c 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -9212,7 +9212,7 @@ Init_date_core(void) * this is set by argument +start+ when the object is created: * * - Dates before the changeover are considered to be Julian. - * - Dates after the changeover are considered to be Gregorian: + * - Dates after the changeover are considered to be Gregorian. * * The value of the +start+ argument may be: * |