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

+ 1 - 2
src/entt/entity/sparse_set.hpp

@@ -804,8 +804,7 @@ public:
      * @tparam It Type of input iterator.
      * @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.
-     * @return Iterator pointing to the first element inserted in case of
-     * success, the `end()` iterator otherwise.
+     * @return Iterator pointing to the first element inserted, if any.
      */
     template<typename It>
     iterator push(It first, It last) {