Skip to content

Commit

Permalink
Fix comment typing miss
Browse files Browse the repository at this point in the history
  • Loading branch information
xjyjp committed Aug 28, 2015
1 parent dd8afc9 commit 97bad02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/handler/webrick.rb
Expand Up @@ -3,7 +3,7 @@
require 'rack/content_length'

# This monkey patch allows for applications to perform their own chunking
# through WEBrick::HTTPResponse iff rack is set to true.
# through WEBrick::HTTPResponse if rack is set to true.
class WEBrick::HTTPResponse
attr_accessor :rack

Expand Down

0 comments on commit 97bad02

Please sign in to comment.