We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feae96c commit 9ea03c2Copy full SHA for 9ea03c2
tonic/src/transport/channel/endpoint.rs
@@ -377,7 +377,7 @@ impl Endpoint {
377
/// Connect with a custom connector lazily.
378
///
379
/// This allows you to build a [Channel](struct.Channel.html) that uses a non-HTTP transport
380
- /// connec to it lazily.
+ /// connect to it lazily.
381
382
/// See the `uds` example for an example on how to use this function to build channel that
383
/// uses a Unix socket transport.
0 commit comments