Michele Caini 2 ani în urmă
părinte
comite
6902bb6c41
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/entt/entity/registry.hpp

+ 1 - 1
src/entt/entity/registry.hpp

@@ -925,7 +925,7 @@ public:
      * void(const id_type, typename basic_registry<Entity>::base_type &);
      * @endcode
      *
-     * Only storages where the entity exists are passed to the function.
+     * Only storage where the entity exists are passed to the function.
      *
      * @tparam Func Type of the function object to invoke.
      * @param entt A valid identifier.