fixing little typo

This commit is contained in:
Hugo Benicio Miranda de Oliveira 2019-02-28 15:55:09 -03:00
parent 80d4cbe301
commit b9ed33cf54
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ impl<T: fmt::Display> fmt::Display for Path<T> {
} }
#[derive(PartialEq, Eq, PartialOrd, Ord)] #[derive(PartialEq, Eq, PartialOrd, Ord)]
/// Extract typed information from from the request's query. /// Extract typed information from the request's query.
/// ///
/// ## Example /// ## Example
/// ///