From 22548195d59d8b5e421c586bec81615a0a1091bc Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 15 Jul 2019 01:52:06 -0400 Subject: [PATCH] [ruby/logger] Fix typo https://github.com/ruby/logger/commit/5f70168ac5 --- lib/logger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.