We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c076f4d commit d4843a0Copy full SHA for d4843a0
test/SPI/private_swiftinterface.swift
@@ -90,7 +90,7 @@ public func foo() {}
90
}
91
92
public extension SPIClassLocal {
93
- internal func internalExtensionMethode1() {}
+ internal func internalExtensionMethod1() {}
94
// CHECK-PRIVATE-NOT: internalExtensionMethod1
95
// CHECK-PUBLIC-NOT: internalExtensionMethod1
96
test/SPI/protocol_requirement.swift
@@ -37,7 +37,7 @@ extension PublicProtoRejected {
37
extension PublicProtoRejected where Self : Equatable {
38
@_spi(Private)
39
public func reqWithoutDefault() {
40
- // constrainted implementation
+ // constrained implementation
41
42
43
0 commit comments