ruby-changes:59133
From: Alan <ko1@a...>
Date: Mon, 9 Dec 2019 19:19:00 +0900 (JST)
Subject: [ruby-changes:59133] 22548195d5 (master): [ruby/logger] Fix typo
https://git.ruby-lang.org/ruby.git/commit/?id=22548195d5 From 22548195d59d8b5e421c586bec81615a0a1091bc Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Mon, 15 Jul 2019 01:52:06 -0400 Subject: [ruby/logger] Fix typo https://github.com/ruby/logger/commit/5f70168ac5 diff --git a/lib/logger.rb b/lib/logger.rb index ddd8017..aff2ad4 100644 --- a/lib/logger.rb +++ b/lib/logger.rb @@ -366,7 +366,7 @@ class Logger https://github.com/ruby/ruby/blob/trunk/lib/logger.rb#L366 # +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'. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/