This commit is contained in:
imbolc 2024-04-30 10:40:10 +06:00
parent e8a0b94d03
commit ea28c12bb6

View file

@ -48,7 +48,7 @@ impl<'a, S> Layer<S> for HxRequestGuardLayer<'a> {
}
}
/// Tower service that implementes redirecting to non-partial routes.
/// Tower service that implements redirecting to non-partial routes.
#[derive(Debug, Clone)]
pub struct HxRequestGuard<'a, S> {
inner: S,