Michele Caini 2 лет назад
Родитель
Сommit
6902bb6c41
1 измененных файлов с 1 добавлено и 1 удалено
  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 &);
      * void(const id_type, typename basic_registry<Entity>::base_type &);
      * @endcode
      * @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.
      * @tparam Func Type of the function object to invoke.
      * @param entt A valid identifier.
      * @param entt A valid identifier.