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 a5554a4 commit 55d5de6Copy full SHA for 55d5de6
stdlib/public/core/Sendable.swift
@@ -13,7 +13,7 @@
13
/// A type whose metatype can be shared across arbitrary concurrent contexts
14
/// without introducing a risk of data races. When a generic type `T` conforms
15
/// to `SendableMetatype`, its metatype `T.Type` conforms to `Sendable`. All
16
-/// concrete types implicitly conform to the SendableMetatype protocol, so its
+/// concrete types implicitly conform to the `SendableMetatype` protocol, so its
17
/// primary purpose is in generic code to prohibit the use of isolated
18
/// conformances along with the generic type.
19
///
0 commit comments