We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2715d0 commit 74efd5eCopy full SHA for 74efd5e
Sources/InMemoryTracing/InMemoryTracer.swift
@@ -63,7 +63,7 @@ public struct InMemoryTracer: Tracer {
63
64
extension InMemoryTracer {
65
66
- /// Start a new span and automatically ends the span when the operation completes, including recording the error in case the operation throws.
+ /// Start a new span and automatically end it when the operation completes, including recording the error when the operation throws.
67
/// - Parameters:
68
/// - operationName: The name of the operation being traced.
69
/// - context: The service context that provides information on where to start the new span.
0 commit comments