From ee60b60ab13f1e70c118bbf05993045726ff095b Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Wed, 11 Mar 2020 11:23:27 +0100 Subject: Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0442d706..ab64b94e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Simple c_Hashmap, c_String -> int: ``` #include "c_string.h" #include "c_hashmap.h" -c_declare_Hashmap_stringkey(si, int); // Shorthand macro for the general declare_CMaphash expansion. +c_declare_Hashmap_stringkey(si, int); // Shorthand macro for the general c_declare_Maphash expansion. // c_String keys are "magically" managed internally, although c_Hashmap is ignorant of c_String. int main() { -- cgit v1.2.3