Skip to content

Commit

Permalink
common/prque: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadoy authored and blakehhuynh committed Oct 7, 2022
1 parent f429a79 commit f2323ef
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 f2323ef

Please sign in to comment.