From ff0e6315f9f8620fba62dafe5ab59676689ebdb1 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 14 May 2021 11:11:17 +0200 Subject: [PATCH] doc: fixed typo --- src/entt/meta/meta.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/meta/meta.hpp b/src/entt/meta/meta.hpp index 830f7bc38..6de427867 100644 --- a/src/entt/meta/meta.hpp +++ b/src/entt/meta/meta.hpp @@ -1917,7 +1917,7 @@ inline std::pair meta_sequence_containe * @brief Removes a given element from a container. * @param it Iterator to the element to remove. * @return A pair consisting of an iterator following the last removed element - * (in case of success) and a bool denoting whether the insertion took place. + * (in case of success) and a bool denoting whether the deletion took place. */ inline std::pair meta_sequence_container::erase(iterator it) { return erase_fn(storage, it);