Browse Source

doc: typo

Michele Caini 3 years ago
parent
commit
b700f5eb5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/entity/storage.hpp

+ 1 - 1
src/entt/entity/storage.hpp

@@ -327,7 +327,7 @@ private:
 
 protected:
     /**
-     * @brief Erases entities from a sparse set.
+     * @brief Erases entities from a storage.
      * @param first An iterator to the first element of the range of entities.
      * @param last An iterator past the last element of the range of entities.
      */