diff --git a/src/routing/mod.rs b/src/routing/mod.rs index e24e7ecc..82954398 100644 --- a/src/routing/mod.rs +++ b/src/routing/mod.rs @@ -523,7 +523,7 @@ fn insert_url_params(req: &mut Request, params: Vec<(String, String)>) { /// to all requests. /// /// This is used as the bottom service in a router stack. You shouldn't have to -/// use to manually. +/// use it manually. pub struct EmptyRouter { status: StatusCode, _marker: PhantomData E>,