ruby-changes:44381
From: hsbt <ko1@a...>
Date: Thu, 20 Oct 2016 16:20:04 +0900 (JST)
Subject: [ruby-changes:44381] hsbt:r56454 (trunk): * lib/open-uri.rb: Improved documentation grammar for
hsbt 2016-10-20 16:19:58 +0900 (Thu, 20 Oct 2016) New Revision: 56454 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56454 Log: * lib/open-uri.rb: Improved documentation grammar for open-uri#open option. [Misc #11329][ruby-core:69868][ci skip] Modified files: trunk/ChangeLog trunk/lib/open-uri.rb Index: lib/open-uri.rb =================================================================== --- lib/open-uri.rb (revision 56453) +++ lib/open-uri.rb (revision 56454) @@ -638,8 +638,8 @@ module OpenURI https://github.com/ruby/ruby/blob/trunk/lib/open-uri.rb#L638 # is called before actual transfer is started. # It takes one argument, which is expected content length in bytes. # - # If two or more transfer is done by HTTP redirection, the procedure - # is called only one for a last transfer. + # If two or more transfers are performed by HTTP redirection, the + # procedure is called only once for the last transfer. # # When expected content length is unknown, the procedure is called with # nil. This happens when the HTTP response has no Content-Length header. Index: ChangeLog =================================================================== --- ChangeLog (revision 56453) +++ ChangeLog (revision 56454) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Oct 20 16:19:51 2016 SHIBATA Hiroshi <hsbt@r...> + + * lib/open-uri.rb: Improved documentation grammar for + open-uri#open option. [Misc #11329][ruby-core:69868][ci skip] + Wed Oct 19 21:48:40 2016 Kazuhiro NISHIYAMA <zn@m...> * NEWS: mention refinements with Kernel#send and -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/