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

* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2009-04-30 09:19:42 +00:00
parent 8543ecee53
commit 587082d57c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Apr 30 18:18:13 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]
Thu Apr 30 15:27:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/trans/utf8_mac.trans: get rid of a 1.9 feature for cross

View file

@ -220,7 +220,7 @@ module Net #:nodoc:
# HTTPUnknownResponse
# HTTPInformation # 1xx
# HTTPContinue # 100
# HTTPSwitchProtocl # 101
# HTTPSwitchProtocol # 101
# HTTPSuccess # 2xx
# HTTPOK # 200
# HTTPCreated # 201