mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 06:33:14 +08:00
Fix: typo (#281)
This commit is contained in:
parent
48a2013d9c
commit
71f0a4e35e
@ -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…
Reference in New Issue
Block a user