Skip to content

Commit 27cfdeb

Browse files
authored
[HTTP Client][CS] Add missing commas
1 parent 7b904bf commit 27cfdeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http_client.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,9 @@ Add an ``extra.curl`` option in your configuration to pass those extra options::
835835
// ...
836836
'extra' => [
837837
'curl' => [
838-
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V6
839-
]
840-
]
838+
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V6,
839+
],
840+
],
841841
]);
842842

843843
.. note::

0 commit comments

Comments
 (0)