diff --git a/src/async_impl/client.rs b/src/async_impl/client.rs index 71864fb3b..17e15a5d6 100644 --- a/src/async_impl/client.rs +++ b/src/async_impl/client.rs @@ -1964,7 +1964,7 @@ impl ClientBuilder { /// Adds a new Tower [`Layer`](https://docs.rs/tower/latest/tower/trait.Layer.html) to the /// base connector [`Service`](https://docs.rs/tower/latest/tower/trait.Service.html) which - /// is responsible for connection establishment.a + /// is responsible for connection establishment. /// /// Each subsequent invocation of this function will wrap previous layers. ///