diff options
Diffstat (limited to 'docs/cmap_api.md')
| -rw-r--r-- | docs/cmap_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index 9a4a2ef1..28e5529c 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -172,7 +172,7 @@ int main() c_auto (cmap_id, idnames) { - c_forarray (cmap_id_raw, v, {{100, "Red"}, {110, "Blue"}}) + c_forarray (cmap_id_raw, v, { {100, "Red"}, {110, "Blue"} }) cmap_id_emplace(&idnames, v->first, v->second); // replace existing mapped value: |
