Skip to content

Commit 74efd5e

Browse files
committed
fixing verb tense mismatch
1 parent f2715d0 commit 74efd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/InMemoryTracing/InMemoryTracer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public struct InMemoryTracer: Tracer {
6363

6464
extension InMemoryTracer {
6565

66-
/// Start a new span and automatically ends the span when the operation completes, including recording the error in case the operation throws.
66+
/// Start a new span and automatically end it when the operation completes, including recording the error when the operation throws.
6767
/// - Parameters:
6868
/// - operationName: The name of the operation being traced.
6969
/// - context: The service context that provides information on where to start the new span.

0 commit comments

Comments
 (0)