소스 검색

doc: minor changes

Michele Caini 2 년 전
부모
커밋
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.
      * @tparam It Type of input iterator.
      * @param first An iterator to the first element of the range of entities.
      * @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.
      * @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>
     template<typename It>
     iterator push(It first, It last) {
     iterator push(It first, It last) {