We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675c56c commit ff29165Copy full SHA for ff29165
Sources/ConcurrencyExtras/UncheckedSendable.swift
@@ -10,7 +10,7 @@
10
/// > that the type is safe to use from multiple threads, and the compiler cannot help you find
11
/// > potential race conditions in your code.
12
///
13
-/// To synchronously isolate a value with a lock, see ``LockIsolated``.
+/// To synchronously isolate a value with a lock, see ``LockIsolated``.
14
#if swift(>=5.10)
15
@available(iOS, deprecated: 9999, message: "Use 'nonisolated(unsafe) let', instead.")@available(
16
macOS, deprecated: 9999, message: "Use 'nonisolated(unsafe) let', instead."
0 commit comments