summaryrefslogtreecommitdiffhomepage
path: root/docs/cmap_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-02-06 16:15:41 +0100
committerTyge Løvset <[email protected]>2022-02-06 16:15:41 +0100
commitfcdbc1ac6b7e6f65d4dde37ed7552707863fcf80 (patch)
treee69151631d9e823eac1f284723fffe96cc9ea901 /docs/cmap_api.md
parentd68d26d55881cac66be4ab357c08add8c348f083 (diff)
downloadSTC-modified-fcdbc1ac6b7e6f65d4dde37ed7552707863fcf80.tar.gz
STC-modified-fcdbc1ac6b7e6f65d4dde37ed7552707863fcf80.zip
Misc improvements.
Diffstat (limited to 'docs/cmap_api.md')
-rw-r--r--docs/cmap_api.md6
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);