mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
lang: fixed typo in the unit (#1325)
This commit is contained in:
committed by
Serhiy Mytrovtsiy
parent
82340c7b50
commit
4012529c16
@@ -75,7 +75,7 @@ extension CWChannelBand: CustomStringConvertible {
|
||||
public var description: String {
|
||||
switch(self) {
|
||||
case .band2GHz: return "2 GHz"
|
||||
case .band5GHz: return "5 Ghz"
|
||||
case .band5GHz: return "5 GHz"
|
||||
case .bandUnknown: return "unknown"
|
||||
@unknown default: return "unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user