Skip to content

Commit a5554a4

Browse files
committed
Fix typos
1 parent 9ab0c57 commit a5554a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Sendable.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
/// 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
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
1616
/// concrete types implicitly conform to the SendableMetatype protocol, so its
1717
/// primary purpose is in generic code to prohibit the use of isolated
1818
/// conformances along with the generic type.

0 commit comments

Comments
 (0)