From 90d25fb499b64e6b9557211f3360e9fbcae71cfe Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Fri, 2 Aug 2024 17:08:21 +0800 Subject: [PATCH] fix check Signed-off-by: Bugen Zhao --- src/rpc_client/src/tracing.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rpc_client/src/tracing.rs b/src/rpc_client/src/tracing.rs index 6e4b92d8d9d53..aab07d43225d4 100644 --- a/src/rpc_client/src/tracing.rs +++ b/src/rpc_client/src/tracing.rs @@ -61,10 +61,10 @@ pub type Channel = TracingInjectChannel; #[cfg(madsim)] pub type Channel = tonic::transport::Channel; -/// An extension trait for tonic's `Channel` that wraps it in a [`TracingInject`] service. +/// An extension trait for tonic's `Channel` that wraps it into a [`TracingInjectChannel`]. #[easy_ext::ext(TracingInjectedChannelExt)] impl tonic::transport::Channel { - /// Wraps the channel in a [`TracingInject`] service, so that the [`TracingContext`] obtained + /// Wraps the channel into a [`TracingInjectChannel`], so that the [`TracingContext`] obtained /// from the current tracing span is injected into the HTTP headers of the request. /// /// The server can then extract the [`TracingContext`] from the HTTP headers with the