mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 06:03:34 +03:00
Fix: typo (#281)
This commit is contained in:
parent
48a2013d9c
commit
71f0a4e35e
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue