diff --git a/lib/roda/plugins/plain_hash_response_headers.rb b/lib/roda/plugins/plain_hash_response_headers.rb index 89ec42b2..145e7990 100644 --- a/lib/roda/plugins/plain_hash_response_headers.rb +++ b/lib/roda/plugins/plain_hash_response_headers.rb @@ -3,7 +3,7 @@ # class Roda module RodaPlugins - # The response_headers_plain_hash plugin will change Roda to + # The plain_hash_response_headers plugin will change Roda to # use a plain hash for response headers. This is Roda's # default behavior on Rack 2, but on Rack 3+, Roda defaults # to using Rack::Headers for response headers for backwards