about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/sendfile.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/sendfile.rb b/lib/rainbows/sendfile.rb
index e418fd1..146c4c5 100644
--- a/lib/rainbows/sendfile.rb
+++ b/lib/rainbows/sendfile.rb
@@ -11,8 +11,8 @@ module Rainbows
 # efficiently using sendfile() or similar.  With multithreaded models
 # under Ruby 1.9, IO.copy_stream will be used.
 #
-# This middleware is the opposite of Rack::Contrib::Sendfile as it
-# reverses the effect of Rack::Contrib::Sendfile.  Unlike many Ruby
+# This middleware is the opposite of Rack::Sendfile as it
+# reverses the effect of Rack:::Sendfile.  Unlike many Ruby
 # web servers, some configurations of \Rainbows! are capable of
 # serving static files efficiently.
 #