Skip to content

Commit 14cdcc0

Browse files
Add a missing apostrophe (#795)
1 parent a79b684 commit 14cdcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2021-05-14-inventing-the-service-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Specifically `impl Fn() -> impl Future` is not allowed. Using `Box` would be
264264
possible but that has a performance cost we would like to avoid.
265265

266266
You also wouldn't be able to add other behavior to your handlers besides calling
267-
them but why thats necessary is something we'll get back to.
267+
them but why that's necessary is something we'll get back to.
268268

269269
# The `Handler` trait
270270

0 commit comments

Comments
 (0)