Skip to content

Commit 8572a30

Browse files
committed
[DOC] Escape the word "Time" that does not mean Time class
1 parent aefa245 commit 8572a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/time.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ def parse(date, now=self.now)
444444
# %X :: Preferred representation for the time alone, no date
445445
# %y :: Year without a century (00..99)
446446
# %Y :: Year which may include century, if provided
447-
# %z :: Time zone as hour offset from UTC (e.g. +0900)
448-
# %Z :: Time zone name
447+
# %z :: \Time zone as hour offset from UTC (e.g. +0900)
448+
# %Z :: \Time zone name
449449
# %% :: Literal "%" character
450450
# %+ :: date(1) (%a %b %e %H:%M:%S %Z %Y)
451451
#

0 commit comments

Comments
 (0)