Skip to content

Commit 079a1e6

Browse files
Typo fix - implemention should be implementation (GH-16806)
(cherry picked from commit 2798b60) Co-authored-by: Hansraj Das <[email protected]>
1 parent e48589d commit 079a1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/hamt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "internal/hamt.h"
66

77
/*
8-
This file provides an implemention of an immutable mapping using the
8+
This file provides an implementation of an immutable mapping using the
99
Hash Array Mapped Trie (or HAMT) datastructure.
1010
1111
This design allows to have:

0 commit comments

Comments
 (0)