summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-05 09:52:52 +0100
committerGitHub <[email protected]>2020-03-05 09:52:52 +0100
commitcdf515545ac79da1c055f24b91eba30ee2d0695d (patch)
treeb9169946207d12f37c0c8d02759b0aefcbb2ba18
parent7de497d1cc94361e8fc4dfd02b4fee54686f0fe7 (diff)
downloadSTC-modified-cdf515545ac79da1c055f24b91eba30ee2d0695d.tar.gz
STC-modified-cdf515545ac79da1c055f24b91eba30ee2d0695d.zip
Explained better
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5121b629..14d5919b 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ cforeach (i, cmap_si, nums)
cmap_si_destroy(&nums);
```
-CMap with CString keys, and CString values. Values are not handled internally.
+CMap with CString keys, and CString values. Temporary values are created by "make", and moved to the container.
```
#include "cmap.h"
declare_CMap_STR(ss, CString, cstring_destroy);