[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:
parent
db352a5127
commit
e6b9348eb9
@ -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)
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user