[DOC] fix unintentional verbatim

This commit is contained in:
Nobuyoshi Nakada 2022-12-21 08:34:23 +09:00
parent 47988e63d6
commit 2b96119fc0
Notes: git 2022-12-21 00:49:00 +00:00

2
time.c
View File

@ -4897,7 +4897,7 @@ time_yday(VALUE time)
* t.zone # => "Central Daylight Time" * t.zone # => "Central Daylight Time"
* t.dst? # => true * t.dst? # => true
* *
* Time#isdst is an alias for Time#dst?. * Time#isdst is an alias for Time#dst?.
*/ */
static VALUE static VALUE