Thanks to visit codestin.com Credit goes to github.com
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 2906f14 commit 362e50dCopy full SHA for 362e50d
src/agent.rs
@@ -76,7 +76,7 @@ use crate::{WithBody, WithoutBody};
76
/// server and it is returned to the agent's pool, once the Body instance (or reader) is dropped.
77
///
78
/// There is an asymmetry in that sending a request body will borrow the Agent instance, while receiving
79
-/// the response body does not. This inconvencience is somewhat mitigated by that [`Agent::run()`] (or
+/// the response body does not. This inconvenience is somewhat mitigated by that [`Agent::run()`] (or
80
/// going via the methods such as [`Agent::get()`]), borrows `&self`, i.e. not exclusive `mut` borrows.
81
82
/// That cloning the agent shares the connection pool is considered a feature. It is often useful to
0 commit comments