Skip to content

Commit baed655

Browse files
heckjktoso
andauthored
Update Sources/Tracing/TracerProtocol.swift
Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
1 parent cf109e0 commit baed655

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
@@ -71,7 +71,7 @@ public protocol Tracer: LegacyTracer {
7171

7272
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) // for TaskLocal ServiceContext
7373
extension Tracer {
74-
/// Start a new span with the given service context.
74+
/// Start a new span with the current, or the explicitly passed, service context.
7575
///
7676
/// The current task-local `ServiceContext` is picked up and provided to the underlying tracer.
7777
/// It is also possible to pass a specific `context` explicitly, in which case attempting

0 commit comments

Comments
 (0)