Skip to content

Commit

Permalink
docs: Fix duplicate words in README (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed May 16, 2023
1 parent be1a4fa commit bf4ea94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tower/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ middleware with [`Service`]s. If a [`Service`] can be thought of as an
asynchronous function from a request type to a response type, a [`Layer`] is
a function taking a [`Service`] of one type and returning a [`Service`] of a
different type. The [`ServiceBuilder`] type is used to add middleware to a
service by composing it with multiple multiple [`Layer`]s.
service by composing it with multiple [`Layer`]s.

### The Tower Ecosystem

Expand Down Expand Up @@ -95,7 +95,7 @@ Depending on your particular use case, you might use Tower in several ways:

Additionally, when a network protocol requires functionality already
provided by existing Tower middleware, a protocol implementation might use
Tower middleware internally, as well as as an integration point.
Tower middleware internally, as well as an integration point.

### Library Support

Expand Down

0 comments on commit bf4ea94

Please sign in to comment.