doc: minor changes

This commit is contained in:
Michele Caini
2022-01-26 13:09:19 +01:00
parent 37497295fb
commit e97f7ee725
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ protected:
using basic_iterator = internal::sparse_set_iterator<packed_container_type>;
/**
* @brief Erases an entity from a sparse set.
* @brief Erases entities from a sparse set.
* @param it Iterator to the first element to erase.
* @param count Number of elements to erase.
*/

View File

@@ -325,7 +325,7 @@ private:
protected:
/**
* @brief Erases an element from a storage.
* @brief Erases elements from a storage.
* @param it Iterator to the first element to erase.
* @param count Number of elements to erase.
*/