doc rewording (#23)

This commit is contained in:
wangcong 2017-05-23 02:40:38 +08:00 committed by Carl Lerche
parent aa858d9418
commit c56afde938
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ use std::sync::Arc;
///
/// # Functional
///
/// A `Service` is a function from a `Request`. It immediately returns a
/// A `Service` is a function of a `Request`. It immediately returns a
/// `Future` representing the eventual completion of processing the
/// request. The actual request processing may happen at any time in the
/// future, on any thread or executor. The processing may depend on calling