Fix misspelled link in '#[route]' attribute docs.

This commit is contained in:
Antoine Martin 2021-03-28 16:07:15 +02:00 committed by Jeb Rosen
parent dd0c036461
commit f6749e1b44
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ macro_rules! route_attribute {
/// | path | `<ident>` | [`FromParam`] |
/// | path | `<ident..>` | [`FromSegments`] |
/// | query | `<ident>` | [`FromForm`] |
/// | query | `<ident..>` | [`FromFrom`] |
/// | query | `<ident..>` | [`FromForm`] |
/// | data | `<ident>` | [`FromData`] |
///
/// The type of each function argument that _does not_ have a