Skip to content

Commit 9c72d09

Browse files
authored
Merge pull request #59142 from Jager-yoo/fix-typo-supersede
[Gardening] fix typo "supercede" -> "supersede"
2 parents ed636ba + 3b8db19 commit 9c72d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/SymbolGraphGen/AvailabilityMixin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

stdlib/public/Concurrency/MainActor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import Swift
4646
extension 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

0 commit comments

Comments
 (0)