[ruby/time] [DOC] Escape the word "Time" that does not mean Time class

https://github.com/ruby/time/commit/8572a306bb
This commit is contained in:
Nobuyoshi Nakada 2024-10-11 00:03:05 +09:00 committed by git
parent db352a5127
commit e6b9348eb9

View File

@ -444,8 +444,8 @@ class Time
# %X :: Preferred representation for the time alone, no date
# %y :: Year without a century (00..99)
# %Y :: Year which may include century, if provided
# %z :: Time zone as hour offset from UTC (e.g. +0900)
# %Z :: Time zone name
# %z :: \Time zone as hour offset from UTC (e.g. +0900)
# %Z :: \Time zone name
# %% :: Literal "%" character
# %+ :: date(1) (%a %b %e %H:%M:%S %Z %Y)
#