Skip to content

Commit 267dcc1

Browse files
authored
Merge pull request #243 from akhilles/fix-typo
Fix typo
2 parents 743221d + 56577f4 commit 267dcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trace/trace_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub struct TraceContext {
4545
}
4646

4747
impl TraceContext {
48-
/// Generate a new TraceContect object without a parent.
48+
/// Generate a new TraceContext object without a parent.
4949
///
5050
/// By default root TraceContext objects are sampled.
5151
/// To mark it unsampled, call `context.set_sampled(false)`.

0 commit comments

Comments
 (0)