Fix: typo (#246)
This commit is contained in:
parent
271ed2b9c1
commit
b75da2c6d8
@ -60,6 +60,6 @@ func (m Mode) String() string {
|
|||||||
case Direct:
|
case Direct:
|
||||||
return "Direct"
|
return "Direct"
|
||||||
default:
|
default:
|
||||||
return "Unknow"
|
return "Unknown"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user