Skip to content

Commit 0d73c74

Browse files
authored
Fix Markdown link in README (apple#77)
1 parent f73d5e9 commit 0d73c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package currently provides the following implementations:
1616

1717
- [`OrderedDictionary<Key, Value>`][OrderedDictionary], an ordered variant of the standard `Dictionary`, providing similar benefits.
1818

19-
- [`Heap<Element>`](Documentation/Heap.md], a min-max heap backed by an array.
19+
- [`Heap<Element>`](Documentation/Heap.md), a min-max heap backed by an array.
2020

2121
[Deque]: Documentation/Deque.md
2222
[OrderedSet]: Documentation/OrderedSet.md

0 commit comments

Comments
 (0)