Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/stashhelp.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// helpEntry is a entry in a help menu containing values for a keystroke and
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: "helpEntry is a entry" should be "helpEntry is an entry".

Suggested change
// helpEntry is a entry in a help menu containing values for a keystroke and
// helpEntry is an entry in a help menu containing values for a keystroke and

Copilot uses AI. Check for mistakes.
// 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.
Expand Down
Loading