Skip to content

Commit 8a20c86

Browse files
committed
Correct docstring
1 parent f9c5b8d commit 8a20c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-core/src/performance.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ impl Transaction {
664664
}
665665

666666
/// Returns an iterating accessor to the transaction's
667-
/// [tags attributes](protocol::TraceContext::tags).
667+
/// [tags attributes](protocol::Transaction::tags).
668668
pub fn tags(&self) -> TransactionTags {
669669
TransactionTags(self.inner.lock().unwrap())
670670
}

0 commit comments

Comments
 (0)