Skip to content

Commit f366d19

Browse files
committed
Fixed typo
1 parent ea84c55 commit f366d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ The exception will be wrapped in an instance of ``TransportExceptionInterface``
418418
and will abort the request.
419419

420420
In case the response was canceled using ``$response->cancel()``,
421-
``$response->getInfo('canceled')`` will return `true`.
421+
``$response->getInfo('canceled')`` will return ``true``.
422422

423423
Handling Exceptions
424424
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)