Fix typos (#461)

This commit is contained in:
david-perez
2021-11-03 19:03:46 +00:00
committed by GitHub
parent ba4d8a2357
commit 071a1b26e6
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ where
self
}
/// Convert this router into a [`MakeService`], that is a [`Service`] who's
/// Convert this router into a [`MakeService`], that is a [`Service`] whose
/// response is another service.
///
/// This is useful when running your application with hyper's