Skip to content

Commit 9ea03c2

Browse files
chore(doc): Fix typo in endpoint docs (#1026)
1 parent feae96c commit 9ea03c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/src/transport/channel/endpoint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ impl Endpoint {
377377
/// Connect with a custom connector lazily.
378378
///
379379
/// This allows you to build a [Channel](struct.Channel.html) that uses a non-HTTP transport
380-
/// connec to it lazily.
380+
/// connect to it lazily.
381381
///
382382
/// See the `uds` example for an example on how to use this function to build channel that
383383
/// uses a Unix socket transport.

0 commit comments

Comments
 (0)