summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authorohbarye <over.rye@gmail.com>2019-08-10 01:56:40 +0900
committerAaron Patterson <tenderlove@ruby-lang.org>2019-08-09 16:23:49 -0700
commitb1678338e545589540b1dd85dee6a18fd98aa8ed (patch)
tree5c91ea4138c144f5da869c18dca7e7f196999b2a /lib/net
parent162cf2879af592f8aa458311486749bed9a6bf55 (diff)
Fix typo: duplicated the [skip-ci]
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/http/header.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http/header.rb b/lib/net/http/header.rb
index 356b08d6fb..8641be4eae 100644
--- a/lib/net/http/header.rb
+++ b/lib/net/http/header.rb
@@ -323,7 +323,7 @@ module Net::HTTPHeader
end
# Returns "true" if the "transfer-encoding" header is present and
- # set to "chunked". This is an HTTP/1.1 feature, allowing the
+ # set to "chunked". This is an HTTP/1.1 feature, allowing
# the content to be sent in "chunks" without at the outset
# stating the entire content length.
def chunked?