diff options
| author | Tyge Løvset <[email protected]> | 2020-11-30 21:13:47 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-11-30 21:13:47 +0100 |
| commit | d75d742283aa80e0238147e23e9853b9d5c3127f (patch) | |
| tree | 7082bd10c6e0e2a6355096f19058a0c3df987d12 | |
| parent | 012ec9f8c2df5006c87e96735643216259b64d2f (diff) | |
| download | STC-modified-d75d742283aa80e0238147e23e9853b9d5c3127f.tar.gz STC-modified-d75d742283aa80e0238147e23e9853b9d5c3127f.zip | |
Fixed description of cmap and cset.
| -rw-r--r-- | docs/cmap_api.md | 2 | ||||
| -rw-r--r-- | docs/cset_api.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index ff8f6f19..6e98a42f 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -2,7 +2,7 @@ UNDER CONSTRUCTION! -This describes the API of circular singly linked list type **cmap**. +This describes the API of the unordered map type **cmap**. ## Declaration diff --git a/docs/cset_api.md b/docs/cset_api.md index 23ae6cf2..50b7347b 100644 --- a/docs/cset_api.md +++ b/docs/cset_api.md @@ -2,7 +2,7 @@ UNDER CONSTRUCTION!
-This describes the API of circular singly linked list type **cset**.
+This describes the API of the unordered set type **cset**.
## Declaration
|
