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 74efd5e commit de0b64fCopy full SHA for de0b64f
Sources/InMemoryTracing/InMemorySpan.swift
@@ -17,7 +17,7 @@ import Tracing
17
18
/// A span created by the in-memory tracer that is retained in memory when the trace ends.
19
///
20
-/// See ``InMemoryTracer``
+/// An `InMemorySpan` is created by a ``InMemoryTracer``.
21
public struct InMemorySpan: Span {
22
23
/// The service context of the span.
0 commit comments