From 1647251ec7108ab1e1b97871213b7c84ebe0f64f Mon Sep 17 00:00:00 2001 From: Dean Silfen Date: Fri, 26 Aug 2016 03:36:41 -0400 Subject: [PATCH] Closes #599 Update run_request docs (#601) --- lib/faraday/connection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faraday/connection.rb b/lib/faraday/connection.rb index b8a39fd0e..723b98960 100644 --- a/lib/faraday/connection.rb +++ b/lib/faraday/connection.rb @@ -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.