Fix a few typos in docs and comments (#2808)

This commit is contained in:
Chris Pick
2024-06-27 08:45:57 +02:00
committed by GitHub
parent 4f3999c20f
commit 035c8a36b5
9 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -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)]