Michele Caini 6 лет назад
Родитель
Сommit
3cd5934bad
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/entt/entity/registry.hpp

+ 2 - 2
src/entt/entity/registry.hpp

@@ -699,8 +699,8 @@ public:
      * @sa destroy
      * @sa destroy
      *
      *
      * @tparam It Type of input iterator.
      * @tparam It Type of input iterator.
-     * @param first An iterator to the first element of the range to generate.
-     * @param last An iterator past the last element of the range to generate.
+     * @param first An iterator to the first element of the range to destroy.
+     * @param last An iterator past the last element of the range to destroy.
      */
      */
     template<typename It>
     template<typename It>
     void destroy(It first, It last) {
     void destroy(It first, It last) {