Ver Fonte

doc: typo

Michele Caini há 2 anos atrás
pai
commit
6902bb6c41
1 ficheiros alterados com 1 adições e 1 exclusões
  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.