mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix 67 recently introduced typos
This commit is contained in:
@@ -107,7 +107,7 @@ NSNumberTests.test("isTypePreservingNSNumber(_:)") {
|
||||
}
|
||||
|
||||
NSNumberTests.test("_SwiftTypePreservingNSNumber.classForCoder") {
|
||||
// Check that internal subclass is not achived.
|
||||
// Check that internal subclass is not archived.
|
||||
let n: NSNumber = (42 as Int)._bridgeToObjectiveC()
|
||||
expectTrue(isTypePreservingNSNumber(n))
|
||||
expectEqual("NSNumber", String(describing: n.classForCoder))
|
||||
|
||||
Reference in New Issue
Block a user