mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
docs: fix typo (#45)
This commit is contained in:
parent
6c1279a415
commit
4fbc99c6ef
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@
|
|||
//!
|
||||
//! Handlers created from async functions must always produce a response, even
|
||||
//! when returning a `Result<T, E>` 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
|
||||
|
|
Loading…
Add table
Reference in a new issue