Correct grammar (#492)

This commit is contained in:
Kelly Thomas Kline 2021-11-10 04:13:47 -08:00 committed by GitHub
parent fdd889525d
commit 0990e27964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.