diff options
| author | Tyge Løvset <[email protected]> | 2022-08-08 08:32:31 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-08-08 08:32:31 +0200 |
| commit | 3b548336d109e8d17b048da075a2ca9019a63280 (patch) | |
| tree | 3c37f17434d7d28983793446c161c978e519d93e /docs/cmap_api.md | |
| parent | 9e529c1ba7e575881656265b468b35863ae9e82a (diff) | |
| download | STC-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.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: |
