summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-11 11:23:27 +0100
committerGitHub <[email protected]>2020-03-11 11:23:27 +0100
commitee60b60ab13f1e70c118bbf05993045726ff095b (patch)
tree4fd9d9a8d5fd6b0c4356d08e91557ba34f3c22a5
parenta93255b72cd72f045f98fbc27bd11ee50ab936a3 (diff)
downloadSTC-modified-ee60b60ab13f1e70c118bbf05993045726ff095b.tar.gz
STC-modified-ee60b60ab13f1e70c118bbf05993045726ff095b.zip
Update
-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() {