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 81177fb commit 32afd5eCopy full SHA for 32afd5e
Sources/ComposableArchitecture/Effects/ConcurrencySupport.swift
@@ -332,7 +332,7 @@
332
///
333
/// Sometimes we need to use types that should be sendable but have not yet been audited for
334
/// sendability. If we feel confident that the type is truly sendable, and we don't want to blanket
335
- /// disable concurrency warnings for a module via `@precondition import`, then we can selectively
+ /// disable concurrency warnings for a module via `@preconcurrency import`, then we can selectively
336
/// make that single type sendable by wrapping it in ``UncheckedSendable``.
337
338
/// > Note: By wrapping something in ``UncheckedSendable`` you are asking the compiler to trust
0 commit comments