ruby-changes:71820
From: Burdette <ko1@a...>
Date: Fri, 13 May 2022 22:53:18 +0900 (JST)
Subject: [ruby-changes:71820] 55ba414405 (master): [ruby/logger] Update lib/logger.rb
https://git.ruby-lang.org/ruby.git/commit/?id=55ba414405 From 55ba41440543ed10748a2ed2bdc77b6553bf0b7b Mon Sep 17 00:00:00 2001 From: Burdette Lamar <BurdetteLamar@Y...> Date: Thu, 12 May 2022 14:42:33 -0500 Subject: [ruby/logger] Update lib/logger.rb https://github.com/ruby/logger/commit/a5a2f2da4a Co-authored-by: Peter Zhu <peter@p...> --- lib/logger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logger.rb b/lib/logger.rb index 58c3d1c58e..62ab20dc2e 100644 --- a/lib/logger.rb +++ b/lib/logger.rb @@ -488,7 +488,7 @@ class Logger https://github.com/ruby/ruby/blob/trunk/lib/logger.rb#L488 # # - A string filepath: entries are to be written # to the file at that path. - # - An IO stream (typically +$stdout+, +$stderr+. or an open file): + # - An IO stream (typically +$stdout+, +$stderr+, or an open file): # entries are to be written to the given stream. # - +nil+ or +File::NULL+: no entries are to be written. # -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/