Skip to content

Commit ce7aaa5

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

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
@@ -25,7 +25,7 @@ public struct NoOpTracer: LegacyTracer {
2525
/// Creates a no-op tracer.
2626
public init() {}
2727

28-
/// Start a new span using the global bootstrapped tracer reimplementation.
28+
/// Start a new span using the global bootstrapped tracer implementation.
2929
/// - Parameters:
3030
/// - operationName: The name of the operation being traced. This may be a handler function, database call, ...
3131
/// - context: The `ServiceContext` providing information on where to start the new ``Span``.

0 commit comments

Comments
 (0)