aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-05 09:02:50 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-05 09:02:50 +0000
commit90b1b879c69640713fa0754079da69ccfc96caf8 (patch)
tree279b3a5da9c2f64086d94dd19017065622538c62 /lib
parente77c8834ceabc1b173036a400bb5a6e83a28a384 (diff)
downloadruby-90b1b879c69640713fa0754079da69ccfc96caf8.tar.gz
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http/response.rb4
1 files changed, 2 insertions, 2 deletions
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: