ruby-changes:58794
From: Kazuhiro <ko1@a...>
Date: Fri, 15 Nov 2019 11:01:48 +0900 (JST)
Subject: [ruby-changes:58794] 6744593b8c (master): Fix a typo [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=6744593b8c From 6744593b8cd836967b40a4d76a9ac301b9e0f973 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Fri, 15 Nov 2019 11:01:06 +0900 Subject: Fix a typo [ci skip] diff --git a/lib/net/http/response.rb b/lib/net/http/response.rb index 8dd5944..5a94f95 100644 --- a/lib/net/http/response.rb +++ b/lib/net/http/response.rb @@ -11,7 +11,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/net/http/response.rb#L11 # 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/