Feedback from Robin

This commit is contained in:
Steffen Gaisser 2020-10-01 17:27:24 +02:00
parent cd2cb410e4
commit 587f87d270
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <cstring>
/**
* @brief A "Map" which allows multiple entries of the same key.
* @brief An associative container which allows multiple entries of the same key.
* @details
* Same keys are ordered by KEY_COMPARE function which is std::less<key_t> > by default.
*