mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 09:42:40 +01:00
Fix typo in httpresponse.rs
This commit is contained in:
parent
fb582a6bca
commit
6b43fc7068
@ -86,7 +86,7 @@ impl HttpResponse {
|
||||
HttpResponsePool::with_body(status, body.into())
|
||||
}
|
||||
|
||||
/// Constructs a error response
|
||||
/// Constructs an error response
|
||||
#[inline]
|
||||
pub fn from_error(error: Error) -> HttpResponse {
|
||||
let mut resp = error.cause().error_response();
|
||||
|
Loading…
Reference in New Issue
Block a user