From 118c4432ecf4b760ac820b2a692ca084ec4746c5 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 24 Jul 2018 09:25:01 +0200 Subject: [PATCH] typo --- 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 3a720a258..1805b1eb0 100644 --- a/src/entt/entity/registry.hpp +++ b/src/entt/entity/registry.hpp @@ -542,7 +542,7 @@ public: } /** - * @brief Destroys the entities that own he given components, if any. + * @brief Destroys the entities that own the given components, if any. * * Convenient shortcut to destroy a set of entities at once.
* Syntactic sugar for the following snippet: