doc: typo

This commit is contained in:
skypjack
2026-01-17 01:07:48 +01:00
parent d13851f3b9
commit 11deba942c

View File

@@ -1378,7 +1378,7 @@ optimization selectively rather than globally.
## Void storage
A void storage (or `entt::storage<void>` or `entt::basic_storage<Type, void>`),
A void storage (`entt::storage<void>` or `entt::basic_storage<void, Entity>`),
is a fully functional storage type used to create pools not associated with a
particular component type.<br/>
From a technical point of view, it is in all respects similar to a storage for