diff options
| author | Tyge Løvset <[email protected]> | 2022-02-06 16:15:41 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-02-06 16:15:41 +0100 |
| commit | fcdbc1ac6b7e6f65d4dde37ed7552707863fcf80 (patch) | |
| tree | e69151631d9e823eac1f284723fffe96cc9ea901 /docs/cmap_api.md | |
| parent | d68d26d55881cac66be4ab357c08add8c348f083 (diff) | |
| download | STC-modified-fcdbc1ac6b7e6f65d4dde37ed7552707863fcf80.tar.gz STC-modified-fcdbc1ac6b7e6f65d4dde37ed7552707863fcf80.zip | |
Misc improvements.
Diffstat (limited to 'docs/cmap_api.md')
| -rw-r--r-- | docs/cmap_api.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index 13f21ef5..656d4853 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -387,9 +387,9 @@ int main() { c_auto (Vikings, vikings) { c_apply(v, Vikings_emplace(&vikings, v), c_pair(v), Vikings_raw, { - {{"Einar", "Norway"}, 20}, - {{"Olaf", "Denmark"}, 24}, - {{"Harald", "Iceland"}, 12}, + { {"Einar", "Norway"}, 20 }, + { {"Olaf", "Denmark"}, 24 }, + { {"Harald", "Iceland"}, 12 }, }); Vikings_emplace_or_assign(&vikings, (RViking){"Bjorn", "Sweden"}, 10); |
