mirror of https://github.com/rwf2/Rocket.git
Fix misspelled link in '#[route]' attribute docs.
This commit is contained in:
parent
dd0c036461
commit
f6749e1b44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue