From 4e5b6de873d4d4fc67dd9359ab3644e1f681c047 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 26 Feb 2024 09:18:27 +0100 Subject: [PATCH] doc: minor changes --- src/entt/entity/sparse_set.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/entt/entity/sparse_set.hpp b/src/entt/entity/sparse_set.hpp index fe68f21ca..7ec500ac2 100644 --- a/src/entt/entity/sparse_set.hpp +++ b/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 iterator push(It first, It last) {