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 12
12
13
13
/// A type whose metatype can be shared across arbitrary concurrent contexts
14
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
15
+ /// to `SendableMetatype`, its metatype `T.Type` conforms to `Sendable`. All
16
16
/// concrete types implicitly conform to the `SendableMetatype` protocol, so its
17
17
/// primary purpose is in generic code to prohibit the use of isolated
18
18
/// conformances along with the generic type.
35
35
///
36
36
/// @MainActor
37
37
/// class MyModel: @MainActor P {
38
- /// /*implicitly @MainActor/*
38
+ /// /* implicitly @MainActor */
39
39
/// static func f() {
40
40
/// /* on the main actor */
41
41
/// }
You can’t perform that action at this time.
0 commit comments