浏览代码

doc: typo

skypjack 7 月之前
父节点
当前提交
11deba942c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/md/entity.md

+ 1 - 1
docs/md/entity.md

@@ -1378,7 +1378,7 @@ optimization selectively rather than globally.
 
 
 ## Void storage
 ## 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
 is a fully functional storage type used to create pools not associated with a
 particular component type.<br/>
 particular component type.<br/>
 From a technical point of view, it is in all respects similar to a storage for
 From a technical point of view, it is in all respects similar to a storage for