Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Commit fa1cd6a

Browse files
committed
fixed typo
1 parent 5b076f1 commit fa1cd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Fine-tune cURL options:
5858

5959
.. code-block:: php
6060
61-
$client->getClient()->setDefaultOption('config/curl/' . CURLOPT_TIMEOUT, 60);
61+
$client->getClient()->setDefaultOption('config/curl/'.CURLOPT_TIMEOUT, 60);
6262
6363
Click on links:
6464

0 commit comments

Comments
 (0)