Skip to content

Commit

Permalink
cleanup: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlizen authored and seanmonstar committed Dec 26, 2024
1 parent 409cff3 commit 177cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async_impl/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 177cc7f

Please sign in to comment.