docs: fix typo in stash help comment

This commit is contained in:
rohan436 2026-03-30 11:07:01 +08:00
commit 32b45298de

View file

@ -8,7 +8,7 @@ import (
)
// helpEntry is a entry in a help menu containing values for a keystroke and
// it's associated action.
// its associated action.
type helpEntry struct{ key, val string }
// helpColumn is a group of helpEntries which will be rendered into a column.