Skip to content

Commit c7cbfd2

Browse files
heckjktoso
andauthored
Update Sources/Instrumentation/InstrumentationSystem.swift
Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
1 parent 5ac237f commit c7cbfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Instrumentation/InstrumentationSystem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import ServiceContextModule
2727
/// - ``bootstrap(_:)``
2828
///
2929
/// ### Accessing the Instrument
30-
/// - ``instrument``: Returns whatyou pass to ``bootstrap(_:)`` as an ``Instrument``.
30+
/// - ``instrument``: Returns the globally bootstrapped instrument, that was passed to ``bootstrap(_:)``.
3131
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) // for TaskLocal ServiceContext
3232
public enum InstrumentationSystem {
3333
/// Marked as @unchecked Sendable due to the synchronization being

0 commit comments

Comments
 (0)