doc: minor changes
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user