From 32b45298de0a5fed005fde67c8b1ba347f7ef0f4 Mon Sep 17 00:00:00 2001 From: rohan436 Date: Mon, 30 Mar 2026 11:07:01 +0800 Subject: [PATCH] docs: fix typo in stash help comment --- ui/stashhelp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/stashhelp.go b/ui/stashhelp.go index 6c0b474..7b4b0e4 100644 --- a/ui/stashhelp.go +++ b/ui/stashhelp.go @@ -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.