summaryrefslogtreecommitdiff
path: root/lib/net/http
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-15 11:01:06 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-15 11:01:06 +0900
commit6744593b8cd836967b40a4d76a9ac301b9e0f973 (patch)
tree8c3d067e941f01f6898ed68604b9b7ff26f42481 /lib/net/http
parent018be445e9e9061364e8ba20dee9d25cb6f20e55 (diff)
Fix a typo [ci skip]
Diffstat (limited to 'lib/net/http')
-rw-r--r--lib/net/http/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http/response.rb b/lib/net/http/response.rb
index 8dd5944829..5a94f95694 100644
--- a/lib/net/http/response.rb
+++ b/lib/net/http/response.rb
@@ -11,7 +11,7 @@
# HTTPResponse subclass. All classes are defined under the Net module.
# Indentation indicates inheritance. For a list of the classes see Net::HTTP.
#
-# Correspondense <code>HTTP code => class</code> is stored in CODE_TO_OBJ
+# Correspondence <code>HTTP code => class</code> is stored in CODE_TO_OBJ
# constant:
#
# Net::HTTPResponse::CODE_TO_OBJ['404'] #=> Net::HTTPNotFound