summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBurdette Lamar <[email protected]>2022-05-12 14:42:33 -0500
committergit <[email protected]>2022-05-13 22:52:59 +0900
commit55ba41440543ed10748a2ed2bdc77b6553bf0b7b (patch)
tree7c8998eb5c2205384701b15f3a20bc72cc7c2f33 /lib
parent1f1283b927addb8b55c4133716b291e0f237df38 (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.rb2
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.
#