docs: fix typo (#45)

This commit is contained in:
Eduardo Canellas 2021-07-30 19:06:27 -03:00 committed by GitHub
parent 6c1279a415
commit 4fbc99c6ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,7 +359,7 @@
//!
//! Handlers created from async functions must always produce a response, even
//! when returning a `Result<T, E>` the error type must implement
//! [`IntoResponse`]. In practice this makes error handling very perdictable and
//! [`IntoResponse`]. In practice this makes error handling very predictable and
//! easier to reason about.
//!
//! However when applying middleware, or embedding other tower services, errors