lib/picky/rack/harakiri.rb in picky-4.12.1 vs lib/picky/rack/harakiri.rb in picky-4.12.2
- old
+ new
@@ -26,10 +26,10 @@
@quit_after_requests = self.class.after || 50
end
# #call interface method.
#
- # Harakiri is a middleware, so it delegates the the app or
+ # Harakiri is a middleware, so it forwards the the app or
# the next middleware after checking if it is time to honorably retire.
#
def call env
harakiri
@app.call env
\ No newline at end of file