Skip to content

Commit a2aa5a3

Browse files
authored
chore: minor improvement for docs (#2862)
Signed-off-by: black5box <black5box@outlook.com>
1 parent 9c4999d commit a2aa5a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ where
9393
// ================================
9494
//
9595
// The following sections are all configuration types
96-
// provided by reqwets.
96+
// provided by reqwest.
9797
//
9898
// To add a new config:
9999
//

src/redirect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ impl TowerPolicy<async_impl::body::Body, crate::Error> for TowerRedirectPolicy {
346346
};
347347
}
348348

349-
// This is must implemented to make 307 and 308 redirects work
349+
// This must be implemented to make 307 and 308 redirects work
350350
fn clone_body(&self, body: &async_impl::body::Body) -> Option<async_impl::body::Body> {
351351
body.try_clone()
352352
}

0 commit comments

Comments
 (0)