[前][次][番号順一覧][スレッド一覧]

ruby-changes:73911

From: lijunwei <ko1@a...>
Date: Fri, 7 Oct 2022 19:37:45 +0900 (JST)
Subject: [ruby-changes:73911] 1e6cdc76e4 (master): [ruby/logger] Fix the Logger::Formatter documentation

https://git.ruby-lang.org/ruby.git/commit/?id=1e6cdc76e4

From 1e6cdc76e4b11084f85b2b4718090787a500fd69 Mon Sep 17 00:00:00 2001
From: lijunwei <ljw532344863@s...>
Date: Sat, 20 Aug 2022 23:12:59 +0800
Subject: [ruby/logger] Fix the Logger::Formatter documentation

https://github.com/ruby/logger/commit/db554fbda7
---
 lib/logger.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/logger.rb b/lib/logger.rb
index cbb0da676b..cafebc510a 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -107,7 +107,7 @@ require_relative 'logger/errors' https://github.com/ruby/ruby/blob/trunk/lib/logger.rb#L107
 #
 # - \Severity (one letter).
 # - Timestamp.
-# - Timezone.
+# - Process id.
 # - \Severity (word).
 # - Program name.
 # - Message.
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]