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:
parent
018be445e9
commit
6744593b8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue