mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
Correct grammar (#492)
This commit is contained in:
parent
fdd889525d
commit
0990e27964
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue