Skip to content

Commit ee82112

Browse files
authored
Update Sources/Tracing/NoOpTracer.swift
1 parent ce7aaa5 commit ee82112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Tracing/NoOpTracer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public struct NoOpTracer: LegacyTracer {
149149

150150
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
151151
extension NoOpTracer: Tracer {
152-
/// Start a new span using the global bootstrapped tracer reimplementation.
152+
/// Start a new span using the global bootstrapped tracer implementation.
153153
/// - Parameters:
154154
/// - operationName: The name of the operation being traced. This may be a handler function, database call, ...
155155
/// - context: The `ServiceContext` providing information on where to start the new ``Span``.

0 commit comments

Comments
 (0)