Unverified Commit a1cb7282 authored by Seungbae.yu's avatar Seungbae.yu Committed by GitHub

common/prque: fix typo

parent 5e252282
...@@ -163,7 +163,7 @@ func (q *LazyQueue) PopItem() interface{} { ...@@ -163,7 +163,7 @@ func (q *LazyQueue) PopItem() interface{} {
return i 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{} { func (q *LazyQueue) Remove(index int) interface{} {
if index < 0 { if index < 0 {
return nil return nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment