diff --git a/src/entt/entity/view.hpp b/src/entt/entity/view.hpp index a35ef1a30..b58cf0bb5 100644 --- a/src/entt/entity/view.hpp +++ b/src/entt/entity/view.hpp @@ -382,7 +382,7 @@ private: * reference to the smallest set of candidate entities in order to get a * performance boost when iterate.
* Order of elements during iterations are highly dependent on the order of the - * underlying data strctures. See SparseSet and its specializations for more + * underlying data structures. See SparseSet and its specializations for more * details. * * @b Important