diff options
author | Burdette Lamar <[email protected]> | 2022-05-12 14:42:33 -0500 |
---|---|---|
committer | git <[email protected]> | 2022-05-13 22:52:59 +0900 |
commit | 55ba41440543ed10748a2ed2bdc77b6553bf0b7b (patch) | |
tree | 7c8998eb5c2205384701b15f3a20bc72cc7c2f33 /lib | |
parent | 1f1283b927addb8b55c4133716b291e0f237df38 (diff) |
[ruby/logger] Update lib/logger.rb
https://github.com/ruby/logger/commit/a5a2f2da4a
Co-authored-by: Peter Zhu <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/logger.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 # # - 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. # |