Skip to content

Commit 55d5de6

Browse files
committed
Fix more typos
1 parent a5554a4 commit 55d5de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Sendable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/// A type whose metatype can be shared across arbitrary concurrent contexts
1414
/// without introducing a risk of data races. When a generic type `T` conforms
1515
/// to `SendableMetatype`, its metatype `T.Type` conforms to `Sendable`. All
16-
/// concrete types implicitly conform to the SendableMetatype protocol, so its
16+
/// 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.
1919
///

0 commit comments

Comments
 (0)