Skip to content

Commit

Permalink
Closes #599 Update run_request docs (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
djds23 authored and iMacTia committed Aug 26, 2016
1 parent a38ba7a commit 1647251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def build_url(url = nil, extra_params = nil)
#
# method - The Symbol HTTP method.
# url - The String or URI to access.
# body - The String body
# body - The request body that will eventually be converted to a string.
# headers - Hash of unencoded HTTP header key/value pairs.
#
# Returns a Faraday::Response.
Expand Down

0 comments on commit 1647251

Please sign in to comment.