From e1ca2744bd347f7863ef7ae62c69dd39c4b50e9a Mon Sep 17 00:00:00 2001 From: Chris Lock Date: Tue, 5 May 2015 11:23:11 +0100 Subject: [PATCH] Small doumentation change for readability --- examples/cookie_jar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cookie_jar.php b/examples/cookie_jar.php index 5ac3556f6..9887d5168 100644 --- a/examples/cookie_jar.php +++ b/examples/cookie_jar.php @@ -11,7 +11,7 @@ // Now let's make a request! $request = Requests::get( - 'http://httpbin.org/cookies', //url + 'http://httpbin.org/cookies', // Url [], // No need to set the headers the Jar does this for us ['cookies' => $c] // Pass in the Jar as an option );