summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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() {