mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/webrick/httpstatus.rb: [DOC] Fix typo
s/sucess/success/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
56654cb04d
commit
c52eadeb77
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module WEBrick
|
|||
|
||||
# Root of the HTTP info statuses
|
||||
class Info < Status; end
|
||||
# Root of the HTTP sucess statuses
|
||||
# Root of the HTTP success statuses
|
||||
class Success < Status; end
|
||||
# Root of the HTTP redirect statuses
|
||||
class Redirect < Status; end
|
||||
|
|
Loading…
Reference in a new issue