flat_map: small doc fix

This commit is contained in:
Justin Viiret 2017-01-17 14:22:21 +11:00 committed by Matthew Barr
parent a55c03d1f4
commit 27adea2224

View File

@ -349,7 +349,7 @@ public:
/** /**
* \brief Map container implemented internally as a sorted vector. Use this * \brief Map container implemented internally as a sorted vector. Use this
* rather than std::map for small sets as it's faster, uses less memory and * rather than std::map for small maps as it's faster, uses less memory and
* incurs less malloc time. * incurs less malloc time.
* *
* Note: we used to use boost::flat_map, but have run into problems with all * Note: we used to use boost::flat_map, but have run into problems with all