From b9ed33cf54aa535094c7b907f9f1d40237061573 Mon Sep 17 00:00:00 2001 From: Hugo Benicio Miranda de Oliveira Date: Thu, 28 Feb 2019 15:55:09 -0300 Subject: [PATCH] fixing little typo --- src/extractor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extractor.rs b/src/extractor.rs index 3c64de9e1..337057235 100644 --- a/src/extractor.rs +++ b/src/extractor.rs @@ -193,7 +193,7 @@ impl fmt::Display for Path { } #[derive(PartialEq, Eq, PartialOrd, Ord)] -/// Extract typed information from from the request's query. +/// Extract typed information from the request's query. /// /// ## Example ///