File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ pub type Channel = TracingInjectChannel;
61
61
#[ cfg( madsim) ]
62
62
pub type Channel = tonic:: transport:: Channel ;
63
63
64
- /// An extension trait for tonic's `Channel` that wraps it in a [`TracingInject`] service .
64
+ /// An extension trait for tonic's `Channel` that wraps it into a [`TracingInjectChannel`] .
65
65
#[ easy_ext:: ext( TracingInjectedChannelExt ) ]
66
66
impl tonic:: transport:: Channel {
67
- /// Wraps the channel in a [`TracingInject`] service , so that the [`TracingContext`] obtained
67
+ /// Wraps the channel into a [`TracingInjectChannel`] , so that the [`TracingContext`] obtained
68
68
/// from the current tracing span is injected into the HTTP headers of the request.
69
69
///
70
70
/// The server can then extract the [`TracingContext`] from the HTTP headers with the
You can’t perform that action at this time.
0 commit comments