From f6749e1b4446eb03ca3355a961748df81cf82dcf Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 28 Mar 2021 16:07:15 +0200 Subject: [PATCH] Fix misspelled link in '#[route]' attribute docs. --- core/codegen/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/codegen/src/lib.rs b/core/codegen/src/lib.rs index f2f83367..f99daba6 100644 --- a/core/codegen/src/lib.rs +++ b/core/codegen/src/lib.rs @@ -203,7 +203,7 @@ macro_rules! route_attribute { /// | path | `` | [`FromParam`] | /// | path | `` | [`FromSegments`] | /// | query | `` | [`FromForm`] | - /// | query | `` | [`FromFrom`] | + /// | query | `` | [`FromForm`] | /// | data | `` | [`FromData`] | /// /// The type of each function argument that _does not_ have a