diff --git a/axum/src/handler/mod.rs b/axum/src/handler/mod.rs index 80b9fe55..d41cdab9 100644 --- a/axum/src/handler/mod.rs +++ b/axum/src/handler/mod.rs @@ -35,7 +35,7 @@ //! //! ## Debugging handler type errors //! -//! For a function to used as a handler it must implement the [`Handler`] trait. +//! For a function to be used as a handler it must implement the [`Handler`] trait. //! axum provides blanket implementations for functions that: //! //! - Are `async fn`s.