Skip to content

Commit

Permalink
Add a missing apostrophe (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnDeSilencio authored Oct 30, 2024
1 parent a79b684 commit 14cdcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2021-05-14-inventing-the-service-trait.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Specifically `impl Fn() -> impl Future` is not allowed. Using `Box` would be
possible but that has a performance cost we would like to avoid.

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

# The `Handler` trait

Expand Down

0 comments on commit 14cdcc0

Please sign in to comment.