Skip to content

Commit de0b64f

Browse files
committed
fixing up redundant See Also intended link
1 parent 74efd5e commit de0b64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/InMemoryTracing/InMemorySpan.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Tracing
1717

1818
/// A span created by the in-memory tracer that is retained in memory when the trace ends.
1919
///
20-
/// See ``InMemoryTracer``
20+
/// An `InMemorySpan` is created by a ``InMemoryTracer``.
2121
public struct InMemorySpan: Span {
2222

2323
/// The service context of the span.

0 commit comments

Comments
 (0)