From 5c200b9ab55562a2bcd54e3a3304a2b4a11b089d Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 5 Oct 2016 09:02:50 +0000 Subject: [PATCH] * lib/net/http/response.rb: Improve document readability. [fix GH-1411][ci skip] Patch by @stz-seongheon git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/net/http/response.rb | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 59d3883076..e9dd7f1421 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 5 18:02:44 2016 SHIBATA Hiroshi + + * 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 * node.c (dump_node): flatten statements in NODE_BLOCK. diff --git a/lib/net/http/response.rb b/lib/net/http/response.rb index 349812834f..e2964c41a1 100644 --- a/lib/net/http/response.rb +++ b/lib/net/http/response.rb @@ -240,10 +240,10 @@ class Net::HTTPResponse ## # 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: