From 8640dcd64d1eb20efb9a4bb04070f3850bd487cf Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:22:06 +0100 Subject: Update EXAMPLE.md --- EXAMPLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLE.md b/EXAMPLE.md index c0ce9936..577db913 100644 --- a/EXAMPLE.md +++ b/EXAMPLE.md @@ -71,5 +71,5 @@ int main() } ``` It will automatically use key_hash() as defined above for the hash value calculations, and the key_compare() for equality checks. -The cmap_mm_destroy() function will free all first, second CString's, and the CString value for each item in the map, in addition to the CMap hash table itself. +The cmap_ex_destroy() function will free all first, second CString's, and the CString value for each item in the map, in addition to the CMap hash table itself. -- cgit v1.2.3