Skip to content

Commit 5fdaa6c

Browse files
author
crazehang
authored
chore: remove the repetitive word (#2650)
Signed-off-by: crazehang <[email protected]>
1 parent 2e6f169 commit 5fdaa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ui/select_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (s *SelectTable) GetSelectedItems() []string {
5959
return items
6060
}
6161

62-
// GetRowID returns the row id at at given location.
62+
// GetRowID returns the row id at given location.
6363
func (s *SelectTable) GetRowID(index int) (string, bool) {
6464
cell := s.GetCell(index, 0)
6565
if cell == nil {

0 commit comments

Comments
 (0)