1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 18:29:34 +00:00

fixing little typo in docs (#711)

This commit is contained in:
Hugo Benício 2019-03-01 05:34:58 -03:00 committed by Douman
parent 80d4cbe301
commit 6d11ee683f

View file

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