mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-28 13:30:43 +00:00
docs: Fix duplicate words in README (#734)
This commit is contained in:
parent
be1a4faf66
commit
bf4ea94834
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user