chore(doc): Fix typo in endpoint docs (#1026)

This commit is contained in:
Bryan Stenson
2022-06-28 13:47:34 -07:00
committed by GitHub
parent feae96c5be
commit 9ea03c2c44
+1 -1
View File
@@ -377,7 +377,7 @@ impl Endpoint {
/// Connect with a custom connector lazily.
///
/// This allows you to build a [Channel](struct.Channel.html) that uses a non-HTTP transport
/// connec to it lazily.
/// connect to it lazily.
///
/// See the `uds` example for an example on how to use this function to build channel that
/// uses a Unix socket transport.