diff options
author | Alan Wu <[email protected]> | 2019-07-15 01:52:06 -0400 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-12-09 19:17:31 +0900 |
commit | 22548195d59d8b5e421c586bec81615a0a1091bc (patch) | |
tree | 13bd2c17cd8a98dc8d0dee00776ed040d507753d /lib/logger.rb | |
parent | 8395a6a9a0696d1a0a6aa6a019a1a919ee2c854f (diff) |
[ruby/logger] Fix typo
https://github.com/ruby/logger/commit/5f70168ac5
Diffstat (limited to 'lib/logger.rb')
-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 ddd80176df..aff2ad4a81 100644 --- a/lib/logger.rb +++ b/lib/logger.rb @@ -366,7 +366,7 @@ class Logger # +datetime_format+:: # Date and time format. Default value is '%Y-%m-%d %H:%M:%S'. # +binmode+:: - # Use binany mode on the log device. Defaul value is false. + # Use binary mode on the log device. Default value is false. # +shift_period_suffix+:: # The log file suffix format for +daily+, +weekly+ or +monthly+ rotation. # Default is '%Y%m%d'. |