From 1377b51341d5b647ead4afa505e86015c455c9ff Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 3 Feb 2021 13:07:39 +0100 Subject: [PATCH] doc: minor changes --- src/entt/entity/registry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/entity/registry.hpp b/src/entt/entity/registry.hpp index 64526a6d8..8044afca4 100644 --- a/src/entt/entity/registry.hpp +++ b/src/entt/entity/registry.hpp @@ -460,7 +460,7 @@ public: * registry will continue to work properly in this case. * * @warning - * There must be no entities still alive. + * There must be no entities still alive for this to work properly. * * @tparam It Type of input iterator. * @param first An iterator to the first element of the range of entities.