From d75d742283aa80e0238147e23e9853b9d5c3127f Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 30 Nov 2020 21:13:47 +0100 Subject: Fixed description of cmap and cset. --- docs/cmap_api.md | 2 +- 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 -- cgit v1.2.3