summary refs log tree commit
diff options
context:
space:
mode:
authorJames Tucker <jftucker@gmail.com>2012-01-21 15:26:45 -0800
committerJames Tucker <jftucker@gmail.com>2012-01-21 15:26:45 -0800
commit94d104294973ad9510855ab2c15f39bf35fd4f0c (patch)
tree1e93d9443e6d263fa5763e73fd50c89a61300c52
parent247331ef1437267cdabc11d4d756a55d253b4eb7 (diff)
parentcf887f37a1b7c7a337e12a1e6ddec27884da16e8 (diff)
downloadrack-94d104294973ad9510855ab2c15f39bf35fd4f0c.tar.gz
Merge pull request #325 from qertoip/patch-1
Removed incorrect fragment of comment.
-rw-r--r--lib/rack/showstatus.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rack/showstatus.rb b/lib/rack/showstatus.rb
index e1fff995..5a9506f2 100644
--- a/lib/rack/showstatus.rb
+++ b/lib/rack/showstatus.rb
@@ -3,8 +3,8 @@ require 'rack/request'
 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