mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Fix a few typos in docs and comments (#2808)
This commit is contained in:
@@ -399,7 +399,7 @@ use from_request::Trait::{FromRequest, FromRequestParts};
|
||||
///
|
||||
/// # Known limitations
|
||||
///
|
||||
/// Generics are only supported on tuple structs with exactly on field. Thus this doesn't work
|
||||
/// Generics are only supported on tuple structs with exactly one field. Thus this doesn't work
|
||||
///
|
||||
/// ```compile_fail
|
||||
/// #[derive(axum_macros::FromRequest)]
|
||||
|
||||
Reference in New Issue
Block a user