Skip to content

Commit

Permalink
Merge pull request ethereum#25206 from dbadoy/master
Browse files Browse the repository at this point in the history
common/prque: fix typo
  • Loading branch information
karalabe authored Jun 30, 2022
2 parents 5e25228 + a1cb728 commit 692bfd1
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 @@ -163,7 +163,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 692bfd1

Please sign in to comment.