chore: remove the repetitive word (#2650)

Signed-off-by: crazehang <zhangrenzhong@outlook.com>
mine
crazehang 2024-04-21 01:52:06 +08:00 committed by GitHub
parent 2e6f16910a
commit 5fdaa6cdd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func (s *SelectTable) GetSelectedItems() []string {
return items
}
// GetRowID returns the row id at at given location.
// GetRowID returns the row id at given location.
func (s *SelectTable) GetRowID(index int) (string, bool) {
cell := s.GetCell(index, 0)
if cell == nil {