mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
fix typo in the docs (#774)
This commit is contained in:
@@ -130,7 +130,7 @@ use std::{
|
|||||||
/// # Providing detailed rejection output
|
/// # Providing detailed rejection output
|
||||||
///
|
///
|
||||||
/// If the URI cannot be deserialized into the target type the request will be rejected and an
|
/// If the URI cannot be deserialized into the target type the request will be rejected and an
|
||||||
/// error response will be returned. See [`customize-path-rejection`] for an exapmle of how to customize that error.
|
/// error response will be returned. See [`customize-path-rejection`] for an example of how to customize that error.
|
||||||
///
|
///
|
||||||
/// [`serde`]: https://crates.io/crates/serde
|
/// [`serde`]: https://crates.io/crates/serde
|
||||||
/// [`serde::Deserialize`]: https://docs.rs/serde/1.0.127/serde/trait.Deserialize.html
|
/// [`serde::Deserialize`]: https://docs.rs/serde/1.0.127/serde/trait.Deserialize.html
|
||||||
|
|||||||
Reference in New Issue
Block a user