Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomykaira committed Sep 26, 2012
1 parent 6e7bf51 commit c08875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/goliath/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def initialize(app, conn, env)
# This method is invoked only once per request.
#
# @param h [Hash] Request headers
# @param parser [Http::Parser] The parsed used to parse the request
# @param parser [Http::Parser] The parser used to parse the request
# @return [Nil]
def parse_header(h, parser)
h.each do |k, v|
Expand Down

0 comments on commit c08875e

Please sign in to comment.