summary refs log tree commit
path: root/lib/rack/runtime.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack/runtime.rb')
-rw-r--r--lib/rack/runtime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/runtime.rb b/lib/rack/runtime.rb
index 55ca49f3..405f4cbb 100644
--- a/lib/rack/runtime.rb
+++ b/lib/rack/runtime.rb
@@ -3,7 +3,7 @@
 require_relative 'utils'
 
 module Rack
-  # Sets an "X-Runtime" response header, indicating the response
+  # Sets an "x-runtime" response header, indicating the response
   # time of the request, in seconds
   #
   # You can put it right before the application to see the processing