Skip to content

Commit d4843a0

Browse files
authored
spelling: method (#58564)
1 parent c076f4d commit d4843a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/SPI/private_swiftinterface.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public func foo() {}
9090
}
9191

9292
public extension SPIClassLocal {
93-
internal func internalExtensionMethode1() {}
93+
internal func internalExtensionMethod1() {}
9494
// CHECK-PRIVATE-NOT: internalExtensionMethod1
9595
// CHECK-PUBLIC-NOT: internalExtensionMethod1
9696
}

test/SPI/protocol_requirement.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension PublicProtoRejected {
3737
extension PublicProtoRejected where Self : Equatable {
3838
@_spi(Private)
3939
public func reqWithoutDefault() {
40-
// constrainted implementation
40+
// constrained implementation
4141
}
4242
}
4343

0 commit comments

Comments
 (0)