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/csmap_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/csmap_api.md')
| -rw-r--r-- | docs/csmap_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md index c3e3f3ea..3a1a5aa6 100644 --- a/docs/csmap_api.md +++ b/docs/csmap_api.md @@ -159,7 +159,7 @@ int main() csmap_id idnames = csmap_id_init(); c_autodefer (csmap_id_drop(&idnames)) { - c_forarray (csmap_id_raw, v, {{100, "Red"}, {110, "Blue"}}) + c_forarray (csmap_id_raw, v, { {100, "Red"}, {110, "Blue"} }) csmap_id_emplace(&idnames, v->first, v->second); // put replaces existing mapped value: |
