diff options
| author | Tyge Løvset <[email protected]> | 2021-01-12 11:18:43 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-12 11:18:43 +0100 |
| commit | f9c6df36d5811545bf9adfc12c82ccbae456a9ac (patch) | |
| tree | adec3253b7ceffae4208bef1487bb37343d88af9 | |
| parent | 6b52d059830f53766d756aafd26751eeac67554b (diff) | |
| download | STC-modified-f9c6df36d5811545bf9adfc12c82ccbae456a9ac.tar.gz STC-modified-f9c6df36d5811545bf9adfc12c82ccbae456a9ac.zip | |
Update 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 6129c58e..8f83fc5d 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -317,7 +317,7 @@ using_cmap(vk, Viking, int, c_default_del, c_default_clone, int main() { - c_init (cmap_vk, vikings { + c_init (cmap_vk, vikings, { { {"Einar", "Norway"}, 20 }, { {"Olaf", "Denmark"}, 24 }, { {"Harald", "Iceland"}, 12 }, |
