mirror of
https://github.com/actix/actix-web.git
synced 2024-11-23 18:11:11 +00:00
error: Fix documentation typo
This commit is contained in:
parent
7d753eeb8c
commit
9012cf43fe
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ pub type Result<T, E = Error> = result::Result<T, E>;
|
|||
/// 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
|
||||
|
|
Loading…
Reference in a new issue