File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Availability::updateFromParent(const Availability &Parent) {
134
134
135
135
// Allow filling from the parent.
136
136
// For replacement, we will consider a parent's
137
- // earlier deprecation to supercede a child's later deprecation.
137
+ // earlier deprecation to supersede a child's later deprecation.
138
138
if (!Deprecated) {
139
139
Deprecated = Parent.Deprecated ;
140
140
} else if (Parent.Deprecated && *Parent.Deprecated < *Deprecated) {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import Swift
46
46
extension MainActor {
47
47
/// Execute the given body closure on the main actor.
48
48
///
49
- /// Historical ABI entry point, superceded by the Sendable version that is
49
+ /// Historical ABI entry point, superseded by the Sendable version that is
50
50
/// also inlined to back-deploy a semantic fix where this operation would
51
51
/// not hop back at the end.
52
52
@usableFromInline
You can’t perform that action at this time.
0 commit comments