doc: component <-> element

This commit is contained in:
Michele Caini
2024-03-15 11:37:00 +01:00
parent 283753a3ff
commit b8a0031d9c
14 changed files with 311 additions and 311 deletions

View File

@@ -7,7 +7,7 @@
template<typename Type, typename Entity>
struct entt::storage_type<Type, Entity> {
// no signal regardless of component type ...
// no signal regardless of element type ...
using type = basic_storage<Type, Entity>;
};