1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-11-15 11:01:06 +09:00
parent 018be445e9
commit 6744593b8c
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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