mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/logger] Fix typo
https://github.com/ruby/logger/commit/5f70168ac5
This commit is contained in:
parent
8395a6a9a0
commit
22548195d5
1 changed files with 1 additions and 1 deletions
|
@ -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'.
|
||||
|
|
Loading…
Reference in a new issue