Typo fix - implemention should be implementation (GH-16806)

This commit is contained in:
Hansraj Das 2019-10-16 02:19:13 +05:30 committed by Miss Islington (bot)
parent 3cd21aa6a1
commit 2798b60c55
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "structmember.h"
/*
This file provides an implemention of an immutable mapping using the
This file provides an implementation of an immutable mapping using the
Hash Array Mapped Trie (or HAMT) datastructure.
This design allows to have: