mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-16 22:43:03 +01:00
fix typo in the docs (#774)
This commit is contained in:
parent
7a228a584b
commit
4473efd1e6
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ use std::{
|
|||
/// # Providing detailed rejection output
|
||||
///
|
||||
/// 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::Deserialize`]: https://docs.rs/serde/1.0.127/serde/trait.Deserialize.html
|
||||
|
|
Loading…
Reference in a new issue