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 5ac237f commit c7cbfd2Copy full SHA for c7cbfd2
Sources/Instrumentation/InstrumentationSystem.swift
@@ -27,7 +27,7 @@ import ServiceContextModule
27
/// - ``bootstrap(_:)``
28
///
29
/// ### Accessing the Instrument
30
-/// - ``instrument``: Returns whatyou pass to ``bootstrap(_:)`` as an ``Instrument``.
+/// - ``instrument``: Returns the globally bootstrapped instrument, that was passed to ``bootstrap(_:)``.
31
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) // for TaskLocal ServiceContext
32
public enum InstrumentationSystem {
33
/// Marked as @unchecked Sendable due to the synchronization being
0 commit comments