diff options
-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. # |