Skip to content

Commit 88c6033

Browse files
authored
fix typo (#158)
Signed-off-by: Andy Lok <[email protected]>
1 parent 39d8c96 commit 88c6033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minitrace/src/collector/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl SpanContext {
9999
Self { trace_id, span_id }
100100
}
101101

102-
/// Create a new `SpanContext` trace id with a random trace id.
102+
/// Create a new `SpanContext` with a random trace id.
103103
///
104104
/// # Examples
105105
///

0 commit comments

Comments
 (0)