Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 362e50d

Browse files
mcralgesten
authored andcommitted
spelling typo
1 parent 2906f14 commit 362e50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ use crate::{WithBody, WithoutBody};
7676
/// server and it is returned to the agent's pool, once the Body instance (or reader) is dropped.
7777
///
7878
/// 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
79+
/// the response body does not. This inconvenience is somewhat mitigated by that [`Agent::run()`] (or
8080
/// going via the methods such as [`Agent::get()`]), borrows `&self`, i.e. not exclusive `mut` borrows.
8181
///
8282
/// That cloning the agent shares the connection pool is considered a feature. It is often useful to

0 commit comments

Comments
 (0)