Skip to content

Commit

Permalink
Update activeSpan documentation comment (#164)
Browse files Browse the repository at this point in the history
Thanks @czechboy0 for bringing it up 🙏
#160 (comment)
  • Loading branch information
slashmo authored Jan 14, 2025
1 parent a64a0ab commit 217dbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Tracing/TracerProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public protocol Tracer: LegacyTracer {
line: UInt
) -> Self.Span

/// Retrieve the recording span for the given `ServiceContext`.
/// Retrieve the active span for the given `ServiceContext`.
///
/// - Note: This API does not enable look up of already finished spans.
/// It was added retroactively with a default implementation returning `nil` and therefore isn't guaranteed to be implemented by all `Tracer`s.
Expand Down

0 comments on commit 217dbe5

Please sign in to comment.