Correct grammar (#492)

This commit is contained in:
Kelly Thomas Kline
2021-11-10 12:13:47 +00:00
committed by GitHub
parent fdd889525d
commit 0990e27964
+1 -1
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.