1
0
Fork 0
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:
Alan Wu 2019-07-15 01:52:06 -04:00 committed by Hiroshi SHIBATA
parent 8395a6a9a0
commit 22548195d5
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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'.