We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e089cf0 commit 56577f4Copy full SHA for 56577f4
src/trace/trace_context.rs
@@ -45,7 +45,7 @@ pub struct TraceContext {
45
}
46
47
impl TraceContext {
48
- /// Generate a new TraceContect object without a parent.
+ /// Generate a new TraceContext object without a parent.
49
///
50
/// By default root TraceContext objects are sampled.
51
/// To mark it unsampled, call `context.set_sampled(false)`.
0 commit comments