Skip to content

Commit

Permalink
common/prque: fix typo (ethereum#25206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadoy authored and gzliudan committed Dec 26, 2024
1 parent 29991e1 commit 7863d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/prque/lazyqueue.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (q *LazyQueue) PopItem() interface{} {
return i
}

// Remove removes removes the item with the given index.
// Remove removes the item with the given index.
func (q *LazyQueue) Remove(index int) interface{} {
if index < 0 {
return nil
Expand Down

0 comments on commit 7863d1f

Please sign in to comment.