File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212
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
15- /// to `SendableMetatype`, its metatype `T.Type` conforms to `Sendable`. All
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.
3535///
3636/// @MainActor
3737/// class MyModel: @MainActor P {
38- /// /*implicitly @MainActor/*
38+ /// /* implicitly @MainActor */
3939/// static func f() {
4040/// /* on the main actor */
4141/// }
You can’t perform that action at this time.
0 commit comments