Skip to content

Commit

Permalink
Spelling in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlemerre authored Apr 16, 2024
1 parent 3d3ffe3 commit fd23adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


This is an [OCaml](https://ocaml.org/) library that implements sets and maps as
Patricia Trees, as described in Oksasaki and Gill's 1998 paper [*Fast mergeable integer maps*](https://www.semanticscholar.org/paper/Fast-Mergeable-Integer-Maps-Okasaki-Gill/23003be706e5f586f23dd7fa5b2a410cc91b659d).
Patricia Trees, as described in Okasasaki and Gill's 1998 paper [*Fast mergeable integer maps*](https://www.semanticscholar.org/paper/Fast-Mergeable-Integer-Maps-Okasaki-Gill/23003be706e5f586f23dd7fa5b2a410cc91b659d).
It is a space-efficient prefix trie over the big-endian representation of the key's integer identifier.

**Table of Contents:**
Expand Down

0 comments on commit fd23adb

Please sign in to comment.