From 9012cf43fe30c14f0748259f6975411b80a548d8 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 14 Jul 2018 00:05:07 +0200 Subject: [PATCH] error: Fix documentation typo --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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