This commit is contained in:
Florian Malsam 2023-04-19 16:11:47 +00:00
parent 6e5c875a69
commit 6c65f826e3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class DistancedItemQueue<U, T> implements Iterable<DistancedItem<T>> {
}
/**
* Dequeue all the elements from queueu with ordering mantained
* Dequeue all the elements from queue with ordering mantained
*
* @return remove all the elements in the order of the queue i.e min/max queue.
*/