This commit is contained in:
Florian Malsam 2023-07-15 12:41:36 -04:00 committed by GitHub
commit 6e9e13fcf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
*/