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) {
134134
135135 // Allow filling from the parent.
136136 // 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.
138138 if (!Deprecated) {
139139 Deprecated = Parent.Deprecated ;
140140 } else if (Parent.Deprecated && *Parent.Deprecated < *Deprecated) {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import Swift
4646extension MainActor {
4747 /// Execute the given body closure on the main actor.
4848 ///
49- /// Historical ABI entry point, superceded by the Sendable version that is
49+ /// Historical ABI entry point, superseded by the Sendable version that is
5050 /// also inlined to back-deploy a semantic fix where this operation would
5151 /// not hop back at the end.
5252 @usableFromInline
You can’t perform that action at this time.
0 commit comments