summaryrefslogtreecommitdiffhomepage
path: root/docs/cmap_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-08-08 08:32:31 +0200
committerTyge Løvset <[email protected]>2022-08-08 08:32:31 +0200
commit3b548336d109e8d17b048da075a2ca9019a63280 (patch)
tree3c37f17434d7d28983793446c161c978e519d93e /docs/cmap_api.md
parent9e529c1ba7e575881656265b468b35863ae9e82a (diff)
downloadSTC-modified-3b548336d109e8d17b048da075a2ca9019a63280.tar.gz
STC-modified-3b548336d109e8d17b048da075a2ca9019a63280.zip
Reverted `{{` to `{ {` in documentation as markdown treats it special.
Diffstat (limited to 'docs/cmap_api.md')
-rw-r--r--docs/cmap_api.md2
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: