Skip to content

Commit 5575645

Browse files
committed
Minor fix
1 parent 5f791ca commit 5575645

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
@@ -474,7 +474,7 @@ responses in an array::
474474
This behavior provided at destruction-time is part of the fail-safe design of the
475475
component. No errors will be unnoticed: if you don't write the code to handle
476476
errors, exceptions will notify you when needed. On the other hand, if you write
477-
the error-handling code, you will opt-out from these fallback mecanisms as the
477+
the error-handling code, you will opt-out from these fallback mechanisms as the
478478
destructor won't have anything remaining to do.
479479

480480
Concurrent Requests

0 commit comments

Comments
 (0)