We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73d5e9 commit 0d73c74Copy full SHA for 0d73c74
README.md
@@ -16,7 +16,7 @@ The package currently provides the following implementations:
16
17
- [`OrderedDictionary<Key, Value>`][OrderedDictionary], an ordered variant of the standard `Dictionary`, providing similar benefits.
18
19
-- [`Heap<Element>`](Documentation/Heap.md], a min-max heap backed by an array.
+- [`Heap<Element>`](Documentation/Heap.md), a min-max heap backed by an array.
20
21
[Deque]: Documentation/Deque.md
22
[OrderedSet]: Documentation/OrderedSet.md
0 commit comments