diff options
| author | Tyge Løvset <[email protected]> | 2020-09-22 09:41:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-22 09:41:43 +0200 |
| commit | a0b1659baa898cd124a15b5f7c86670ca08277e5 (patch) | |
| tree | fbfa5ed108b9df28c1b81ffda6a96db2dd8fce55 | |
| parent | f2bcd549789bf885452f978b326e78177428be68 (diff) | |
| download | STC-modified-a0b1659baa898cd124a15b5f7c86670ca08277e5.tar.gz STC-modified-a0b1659baa898cd124a15b5f7c86670ca08277e5.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ int main() { cmap_str_emplace(&strings, "Make", "my");
cmap_str_emplace(&strings, "Rainy", "day");
cmap_str_emplace(&strings, "Sunny", "afternoon");
- c_push_items(&strings, cmap_str, {{"Eleven", "XI"}, {"Six", "VI"}});
+ c_push_items(&strings, cmap_str, { {"Eleven", "XI"}, {"Six", "VI"} });
printf("size = %zu\n", cmap_str_size(strings));
c_foreach (i, cmap_str, strings)
|
