summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/cmap_api.md2
-rw-r--r--docs/cset_api.md2
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