From 9cca8282909bb8e1dac2ea671fce23d70269ca0e Mon Sep 17 00:00:00 2001 From: Andy Lok Date: Thu, 8 Feb 2024 14:12:43 +0800 Subject: [PATCH] fix: doc (#206) Signed-off-by: Andy Lok --- minitrace/src/collector/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minitrace/src/collector/mod.rs b/minitrace/src/collector/mod.rs index 76a01e52..fae98880 100644 --- a/minitrace/src/collector/mod.rs +++ b/minitrace/src/collector/mod.rs @@ -238,7 +238,7 @@ impl SpanContext { } /// Encodes the `SpanContext` as a [W3C Trace Context](https://www.w3.org/TR/trace-context/) - /// `traceparent` header string with the sampled flag set to false. + /// `traceparent` header string with a sampled flag. /// /// # Examples ///