mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-29 22:10:59 +00:00
docs: fix typo (#45)
This commit is contained in:
parent
6c1279a415
commit
4fbc99c6ef
@ -359,7 +359,7 @@
|
|||||||
//!
|
//!
|
||||||
//! Handlers created from async functions must always produce a response, even
|
//! Handlers created from async functions must always produce a response, even
|
||||||
//! when returning a `Result<T, E>` the error type must implement
|
//! 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.
|
//! easier to reason about.
|
||||||
//!
|
//!
|
||||||
//! However when applying middleware, or embedding other tower services, errors
|
//! However when applying middleware, or embedding other tower services, errors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user