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:
Chris Pick 2018-06-06 17:42:33 -04:00 committed by Carl Lerche
parent 60eb55fdfb
commit 3f2932e909
1 changed files with 1 additions and 1 deletions

View File

@ -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;