Skip to content

Commit 217dbe5

Browse files
authored
Update activeSpan documentation comment (#164)
Thanks @czechboy0 for bringing it up 🙏 #160 (comment)
1 parent a64a0ab commit 217dbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Tracing/TracerProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public protocol Tracer: LegacyTracer {
6060
line: UInt
6161
) -> Self.Span
6262

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

0 commit comments

Comments
 (0)