mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-05 17:13:32 +08:00
Fix: typo (#281)
This commit is contained in:
parent
d7cdc878ff
commit
ffc52e6003
@ -103,6 +103,6 @@ func (at AdapterType) String() string {
|
||||
case LoadBalance:
|
||||
return "LoadBalance"
|
||||
default:
|
||||
return "Unknow"
|
||||
return "Unknown"
|
||||
}
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ func (rt RuleType) String() string {
|
||||
case MATCH:
|
||||
return "MATCH"
|
||||
default:
|
||||
return "Unknow"
|
||||
return "Unknown"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user