diff --git a/src/lib.rs b/src/lib.rs index c08158dc..c2084469 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -359,7 +359,7 @@ //! //! Handlers created from async functions must always produce a response, even //! when returning a `Result` 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