We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f791ca commit 5575645Copy full SHA for 5575645
components/http_client.rst
@@ -474,7 +474,7 @@ responses in an array::
474
This behavior provided at destruction-time is part of the fail-safe design of the
475
component. No errors will be unnoticed: if you don't write the code to handle
476
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
+the error-handling code, you will opt-out from these fallback mechanisms as the
478
destructor won't have anything remaining to do.
479
480
Concurrent Requests
0 commit comments