doc: fixed typo

This commit is contained in:
Michele Caini
2021-05-14 11:11:17 +02:00
parent b7fb485349
commit ff0e6315f9

View File

@@ -1917,7 +1917,7 @@ inline std::pair<meta_sequence_container::iterator, bool> meta_sequence_containe
* @brief Removes a given element from a container.
* @param it Iterator to the element to remove.
* @return A pair consisting of an iterator following the last removed element
* (in case of success) and a bool denoting whether the insertion took place.
* (in case of success) and a bool denoting whether the deletion took place.
*/
inline std::pair<meta_sequence_container::iterator, bool> meta_sequence_container::erase(iterator it) {
return erase_fn(storage, it);