summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-04 20:04:03 +0100
committerTyge Løvset <[email protected]>2021-01-04 20:04:03 +0100
commit3042f2acddf3c95eaf484ff027e2a69d925a1d80 (patch)
tree2f6fc57e8fdd4035c8463adfa14c15b4168159fe /docs
parent36097d97ec2c446732daa2cb8c88b5e10717452c (diff)
parenta4cba9d0b3de22d1bb6e778e4e0d098a9d08b9f4 (diff)
downloadSTC-modified-3042f2acddf3c95eaf484ff027e2a69d925a1d80.tar.gz
STC-modified-3042f2acddf3c95eaf484ff027e2a69d925a1d80.zip
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Diffstat (limited to 'docs')
-rw-r--r--docs/cmap_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md
index fa55b3a1..75f2ac21 100644
--- a/docs/cmap_api.md
+++ b/docs/cmap_api.md
@@ -55,7 +55,7 @@ using_cmap(str, cstr_t, cstr_t, cstr_del,
|:---------------------|:------------------------------------------------|:------------------------------|
| `cmap_X` | `struct { ... }` | The cmap type |
| `cmap_X_rawkey_t` | `RawKey` | The raw key type |
-| `cmap_X_rawmapped_t | `RawMapped` | The raw mapped type |
+| `cmap_X_rawmapped_t` | `RawMapped` | The raw mapped type |
| `cmap_X_key_t` | `Key` | The key type |
| `cmap_X_mapped_t` | `Mapped` | The mapped type |
| `cmap_X_value_t` | `struct { Key first; Mapped second; }` | The value type |