doc: typo

This commit is contained in:
Michele Caini
2024-06-17 10:22:36 +02:00
parent 9e6e09fe2b
commit 41fe71ebf4

View File

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