Fix typos found by typos-cli (#113)

This commit is contained in:
Jonas Platte
2021-08-04 12:09:39 +02:00
committed by GitHub
parent 4e9b38ddf9
commit 015f6e0c21
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ pub trait Handler<B, In>: Sized {
/// This can be used to add additional processing to a request for a single
/// handler.
///
/// Note this differes from [`routing::Layered`](crate::routing::Layered)
/// Note this differs from [`routing::Layered`](crate::routing::Layered)
/// which adds a middleware to a group of routes.
///
/// # Example