Skip to content

Commit 347daf0

Browse files
authored
Fix typo in upgrading.md (#142)
it's ➡️ its
1 parent 75ed75e commit 347daf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_stable/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The listening server acceptor can be replaced with a simple loop.
6666
## `Service`/`service_fn`
6767

6868
Previously, hyper depended on `tower` for the `Service` trait. Because
69-
`tower` is not yet 1.0, hyper could not publicly depend on it. So, it's
69+
`tower` is not yet 1.0, hyper could not publicly depend on it. So, its
7070
`Service` trait and the helper function `service_fn` are defined in
7171
`hyper::service`. Check [middleware](https://hyper.rs/guides/1/server/middleware/) for more details.
7272

0 commit comments

Comments
 (0)