Skip to content

Commit 4ec7f1a

Browse files
committed
doc fix
1 parent 25dc0b1 commit 4ec7f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/src/trace_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::hash::Hash;
33
use std::num::ParseIntError;
44
use std::ops::{BitAnd, BitOr, Not};
55

6-
/// Flags that can be set on a [`SpanContext`].
6+
/// Flags that can be set on a `SpanContext`.
77
///
88
/// The current version of the specification only supports a single flag
99
/// [`TraceFlags::SAMPLED`].

0 commit comments

Comments
 (0)