1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

update doc string

This commit is contained in:
Nikolay Kim
2018-03-11 09:36:54 -07:00
parent 9ddf5a3550
commit a4c933e56e
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ pub trait Responder {
fn respond_to(self, req: HttpRequest) -> Result<Self::Item, Self::Error>;
}
/// Combines two different responders types into a single type
/// Combines two different responder types into a single type
///
/// ```rust
/// # extern crate actix_web;