Michele Caini 3 gadi atpakaļ
vecāks
revīzija
6902bb6c41
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.