ruby-changes:44277
From: hsbt <ko1@a...>
Date: Wed, 5 Oct 2016 18:02:56 +0900 (JST)
Subject: [ruby-changes:44277] hsbt:r56350 (trunk): * lib/net/http/response.rb: Improve document readability.
hsbt 2016-10-05 18:02:50 +0900 (Wed, 05 Oct 2016) New Revision: 56350 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56350 Log: * lib/net/http/response.rb: Improve document readability. [fix GH-1411][ci skip] Patch by @stz-seongheon Modified files: trunk/ChangeLog trunk/lib/net/http/response.rb Index: lib/net/http/response.rb =================================================================== --- lib/net/http/response.rb (revision 56349) +++ lib/net/http/response.rb (revision 56350) @@ -240,10 +240,10 @@ class Net::HTTPResponse https://github.com/ruby/ruby/blob/trunk/lib/net/http/response.rb#L240 ## # Checks for a supported Content-Encoding header and yields an Inflate # wrapper for this response's socket when zlib is present. If the - # Content-Encoding is unsupported or zlib is missing the plain socket is + # Content-Encoding is not supported or zlib is missing, the plain socket is # yielded. # - # If a Content-Range header is present a plain socket is yielded as the + # If a Content-Range header is present, a plain socket is yielded as the # bytes in the range may not be a complete deflate block. def inflater # :nodoc: Index: ChangeLog =================================================================== --- ChangeLog (revision 56349) +++ ChangeLog (revision 56350) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Oct 5 18:02:44 2016 SHIBATA Hiroshi <hsbt@r...> + + * lib/net/http/response.rb: Improve document readability. + [fix GH-1411][ci skip] Patch by @stz-seongheon + Wed Oct 5 15:43:32 2016 Nobuyoshi Nakada <nobu@r...> * node.c (dump_node): flatten statements in NODE_BLOCK. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/