From 6744593b8cd836967b40a4d76a9ac301b9e0f973 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 15 Nov 2019 11:01:06 +0900 Subject: Fix a typo [ci skip] --- lib/net/http/response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/http') 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 HTTP code => class is stored in CODE_TO_OBJ +# Correspondence HTTP code => class is stored in CODE_TO_OBJ # constant: # # Net::HTTPResponse::CODE_TO_OBJ['404'] #=> Net::HTTPNotFound -- cgit v1.2.3