Skip to content

Commit 32afd5e

Browse files
olemluisbrown
authored andcommitted
Fix typo in UncheckedSendable doc comment (#1254)
(cherry picked from commit a572f531747d4bec1769d81e76e605300466941b) # Conflicts: # Sources/ComposableArchitecture/Effects/ConcurrencySupport.swift
1 parent 81177fb commit 32afd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Effects/ConcurrencySupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
///
333333
/// Sometimes we need to use types that should be sendable but have not yet been audited for
334334
/// 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
335+
/// disable concurrency warnings for a module via `@preconcurrency import`, then we can selectively
336336
/// make that single type sendable by wrapping it in ``UncheckedSendable``.
337337
///
338338
/// > Note: By wrapping something in ``UncheckedSendable`` you are asking the compiler to trust

0 commit comments

Comments
 (0)