mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
docs: fix typo (#45)
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user