Fix docs typo

This commit is contained in:
David Pedersen 2021-08-07 23:37:07 +02:00
parent 72071cf5de
commit 9b3f3c9bdf

View file

@ -480,13 +480,13 @@ where
}
}
/// Maker type used for [`HandleError`] to indicate that it should implement
/// Marker type used for [`HandleError`] to indicate that it should implement
/// [`RoutingDsl`](crate::routing::RoutingDsl).
#[non_exhaustive]
#[derive(Debug)]
pub struct HandleErrorFromRouter;
/// Maker type used for [`HandleError`] to indicate that it should _not_ implement
/// Marker type used for [`HandleError`] to indicate that it should _not_ implement
/// [`RoutingDsl`](crate::routing::RoutingDsl).
#[non_exhaustive]
#[derive(Debug)]