Skip to content

Commit

Permalink
chore(doc): Fix typo in endpoint docs (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanStenson-okta committed Jun 28, 2022
1 parent feae96c commit 9ea03c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/transport/channel/endpoint.rs
Expand Up @@ -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.
Expand Down

0 comments on commit 9ea03c2

Please sign in to comment.