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 9ab0c57 commit a5554a4Copy full SHA for a5554a4
stdlib/public/core/Sendable.swift
@@ -11,8 +11,8 @@
11
//===----------------------------------------------------------------------===//
12
13
/// A type whose metatype can be shared across arbitrary concurrent contexts
14
-/// without introduce a risk of data races. When a generic type `T` conforms to
15
-/// `SendableMetatype`, its metatype `T.Type` conforms to `Sendable. All
+/// without introducing a risk of data races. When a generic type `T` conforms
+/// to `SendableMetatype`, its metatype `T.Type` conforms to `Sendable`. All
16
/// 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.
0 commit comments