Skip to content

Commit 8e57cb8

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

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
@@ -384,7 +384,7 @@ extension Tracer {
384384
// swift-format-ignore: Spacing // fights with formatter
385385
@_disfavoredOverload @available(*, deprecated, message: "Prefer #isolation version of this API")
386386
#endif
387-
/// Start a new span and automatically end when the operation completes,
387+
/// Start a new span and automatically end it when the operation completes,
388388
/// including recording the error in case the operation throws.
389389
///
390390
/// - Parameters:

0 commit comments

Comments
 (0)