Skip to content

Commit

Permalink
one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller committed Jul 2, 2024
1 parent 938cbc6 commit 51154bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-02-persistent-hash-map-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories: general

The first of several posts on implementing immutable, persistent Hash Array Mapped Tries. This post describes the data structure at a high level; subsequent posts will provide F# code for the base implementation and then discuss transiency.

- [Part 1: Making a hash of things (this post)]({{site.baseurl}}{% post_url 2024-07-02-persisent-hash-map-part-1 %})
- Part 1: Making a hash of things (this post)
- [Part 2: The root]({{site.baseurl}}{% post_url 2024-07-02-persisent-hash-map-part-2 %})
- [Part 3: The guts]({{site.baseurl}}{% post_url 2024-07-02-persisent-hash-map-part-3 %})
- [Part 4: Other matters]({{site.baseurl}}{% post_url 2024-07-02-persisent-hash-map-part-4 %})
Expand Down

0 comments on commit 51154bd

Please sign in to comment.