cleaning up
parent
2e04a846e6
commit
d7b933553c
|
|
@ -18,8 +18,8 @@ func (m MenuHint) IsBlank() bool {
|
|||
}
|
||||
|
||||
// String returns a string representation.
|
||||
func (h MenuHint) String() string {
|
||||
return h.Mnemonic
|
||||
func (m MenuHint) String() string {
|
||||
return m.Mnemonic
|
||||
}
|
||||
|
||||
// MenuHints represents a collection of hints.
|
||||
|
|
|
|||
Loading…
Reference in New Issue