docs(lib): Fix some typos

This commit is contained in:
Jonas Platte
2018-07-07 22:30:02 +02:00
committed by Sean McArthur
parent ae34a86cc3
commit 51223efb8a
6 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ pub trait NewService {
/// The future returned from `new_service` of a `Service`.
type Future: Future<Item=Self::Service, Error=Self::InitError>;
/// The error type that can be returned when creating a new `Service.
/// The error type that can be returned when creating a new `Service`.
type InitError: Into<Box<StdError + Send + Sync>>;
/// Create a new `Service`.