Skip to content

Commit

Permalink
Merge pull request rack#325 from qertoip/patch-1
Browse files Browse the repository at this point in the history
Removed incorrect fragment of comment.
  • Loading branch information
raggi committed Jan 21, 2012
2 parents 247331e + cf887f3 commit 94d1042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rack/showstatus.rb
Expand Up @@ -3,8 +3,8 @@
require 'rack/utils'

module Rack
# Rack::ShowStatus catches all empty responses the app it wraps and
# replaces them with a site explaining the error.
# Rack::ShowStatus catches all empty responses and replaces them
# with a site explaining the error.
#
# Additional details can be put into <tt>rack.showstatus.detail</tt>
# and will be shown as HTML. If such details exist, the error page
Expand Down

0 comments on commit 94d1042

Please sign in to comment.