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 a3c2ffd commit e32fe60Copy full SHA for e32fe60
Sources/SwiftWin32/Application/LaunchKeyOptions.swift
@@ -24,7 +24,7 @@ extension Application.LaunchOptionsKey {
24
25
/// A key indicating that the application was relaunched to handle
26
/// bluetooth-related events.
27
- public static var bluetootCentrals: Application.LaunchOptionsKey {
+ public static var bluetoothCentrals: Application.LaunchOptionsKey {
28
Application.LaunchOptionsKey(rawValue: "Application.BluetoothCentrals")
29
}
30
0 commit comments