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.
unavailable
1 parent d610f4d commit 6039e0bCopy full SHA for 6039e0b
FirebaseMessaging/Tests/UnitTestsSwift/FIRMessagingAPITest.swift
@@ -85,7 +85,7 @@ func apis() {
85
@unknown default: ()
86
}
87
88
- // TODO: Mark the initializer as unavialable, as devs shouldn't be able to instantiate this.
+ // TODO: Mark the initializer as unavailable, as devs shouldn't be able to instantiate this.
89
_ = MessagingMessageInfo().status
90
91
NotificationCenter.default.post(name: .MessagingRegistrationTokenRefreshed, object: nil)
0 commit comments