Skip to content

Commit

Permalink
Update lib/rack/response.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Evans <code@jeremyevans.net>
  • Loading branch information
ioquatix and jeremyevans committed Feb 23, 2022
1 parent f80d8fd commit 7a60367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def header
# Initialize the response object with the specified body, status
# and headers.
#
# @param body [nil, #each, #call, #to_s] the response body.
# @param body [nil, #each, #call, #to_str] the response body.
# @param status [Integer] the integer status as defined by the
# HTTP protocol RFCs.
# @param headers [Hash] a hash of key-value header pairs which
Expand Down

0 comments on commit 7a60367

Please sign in to comment.