Fix: typo (#246)
This commit is contained in:
parent
271ed2b9c1
commit
b75da2c6d8
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ func (m Mode) String() string {
|
||||||
case Direct:
|
case Direct:
|
||||||
return "Direct"
|
return "Direct"
|
||||||
default:
|
default:
|
||||||
return "Unknow"
|
return "Unknown"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue