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 74c7a57 commit 3bcf4a8Copy full SHA for 3bcf4a8
api/patricia-tree.md
@@ -18,7 +18,7 @@ Patricia Trees, as described in Okasaki and Gill's 1998 paper
18
It is a space-efficient prefix trie over the big-endian representation of
19
the key's integer identifier.
20
21
-The source code of this library is available on [Github]("https://github.com/codex-semantics-library/patricia-tree)
+The source code of this library is available on [Github](https://github.com/codex-semantics-library/patricia-tree)
22
under an [LGPL-2.1](https://choosealicense.com/licenses/lgpl-2.1/) license.
23
24
{: .note }
0 commit comments