We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f705f8e commit 8ca282fCopy full SHA for 8ca282f
Python/hamt.c
@@ -6,7 +6,7 @@
6
#include "structmember.h"
7
8
/*
9
-This file provides an implemention of an immutable mapping using the
+This file provides an implementation of an immutable mapping using the
10
Hash Array Mapped Trie (or HAMT) datastructure.
11
12
This design allows to have:
0 commit comments