1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +02:00

Merge pull request #21 from StyMaar/patch-1

Add missing word
This commit is contained in:
Nikolay Kim
2018-06-04 10:23:20 -07:00
committed by GitHub

View File

@ -137,7 +137,7 @@ full list of available error helpers.
Actix-web provides automatic compatibility with the [failure] library so that
errors deriving `fail` will be converted automatically to an actix error. Keep
in that those errors will render with the default *500* status code unless you
in mind that those errors will render with the default *500* status code unless you
also provide your own `error_response()` implementation for them.
# Error logging