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.
2 parents a08c240 + 0c1ffb1 commit 5fce3f9Copy full SHA for 5fce3f9
test/Interop/Cxx/class/inheritance/runtime-polymorphism.swift
@@ -16,7 +16,7 @@ PolymorphismTestSuite.test("Call overridden methods with pointer to base type")
16
let shape = MakeShape()
17
18
// DOES NOT WORK: executes the Shape implementation, not the Rectangle
19
- // version, and thus fails the comparision (0 != 4)
+ // version, and thus fails the comparison (0 != 4)
20
// Filed as https://github.com/apple/swift/issues/62354.
21
expectEqual(shape!.pointee.NumberOfSides(), 4)
22
}
0 commit comments