From cdf515545ac79da1c055f24b91eba30ee2d0695d Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Thu, 5 Mar 2020 09:52:52 +0100 Subject: Explained better --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3