mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-28 13:30:43 +00:00
Improve wording in documentation (#83)
Remove redundant wording form documentation. Port of https://github.com/tokio-rs/tokio-service/pull/30
This commit is contained in:
parent
60eb55fdfb
commit
3f2932e909
@ -86,7 +86,7 @@ use std::sync::Arc;
|
||||
/// it is possible to write middleware that provide these pieces in a
|
||||
/// reusable way.
|
||||
///
|
||||
/// For example, take timeouts as an example:
|
||||
/// Take timeouts as an example:
|
||||
///
|
||||
/// ```rust,ignore
|
||||
/// use tower_service::Service;
|
||||
|
Loading…
x
Reference in New Issue
Block a user