diff --git a/src/error.rs b/src/error.rs index c024561f3..461b23e20 100644 --- a/src/error.rs +++ b/src/error.rs @@ -37,7 +37,7 @@ pub type Result = result::Result; /// General purpose actix web error. /// /// An actix web error is used to carry errors from `failure` or `std::error` -/// through actix in a convenient way. It can be created through through +/// through actix in a convenient way. It can be created through /// converting errors with `into()`. /// /// Whenever it is created from an external object a response error is created