From e6b9348eb90a50afe74357d8188adae56c9df542 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 11 Oct 2024 00:03:05 +0900 Subject: [PATCH] [ruby/time] [DOC] Escape the word "Time" that does not mean Time class https://github.com/ruby/time/commit/8572a306bb --- lib/time.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/time.rb b/lib/time.rb index c7026f407b..aa1d6f6e4c 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -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) #