Skip to content

Commit c0af92e

Browse files
committed
Improve description in README. [doc]
1 parent aa44900 commit c0af92e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
## DESCRIPTION
1515

16-
Priority queue with array based heap.
16+
PQueue is a priority queue with array based heap.
1717

1818
A priority queue is like a standard queue, except that each inserted
19-
elements is given a certain priority, based on the result of the
19+
element is given a certain priority, based on the result of the
2020
comparison block given at instantiation time. Also, retrieving an element
2121
from the queue will always return the one with the highest priority
2222
(see #pop and #top).

0 commit comments

Comments
 (0)