Browse Source

doc: typo

Michele Caini 1 year ago
parent
commit
41fe71ebf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/entity/registry.hpp

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

@@ -807,7 +807,7 @@ public:
      * The function type is equivalent to:
      * The function type is equivalent to:
      *
      *
      * @code{.cpp}
      * @code{.cpp}
-     * void(const id_type, typename basic_registry<Entity>::base_type &);
+     * void(const id_type, typename basic_registry<Entity>::common_type &);
      * @endcode
      * @endcode
      *
      *
      * Only storage where the entity exists are passed to the function.
      * Only storage where the entity exists are passed to the function.