aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2019-07-15 01:52:06 -0400
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-09 19:17:31 +0900
commit22548195d59d8b5e421c586bec81615a0a1091bc (patch)
tree13bd2c17cd8a98dc8d0dee00776ed040d507753d /lib
parent8395a6a9a0696d1a0a6aa6a019a1a919ee2c854f (diff)
downloadruby-22548195d59d8b5e421c586bec81615a0a1091bc.tar.gz
[ruby/logger] Fix typo
https://github.com/ruby/logger/commit/5f70168ac5
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 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'.