瀏覽代碼

doc: minor changes

Michele Caini 3 年之前
父節點
當前提交
6155a10037
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/entt/entity/storage.hpp

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

@@ -905,7 +905,7 @@ public:
  */
 template<typename Type, typename Entity, typename>
 struct storage_type {
-    /*! @brief Resulting type after component-to-storage conversion. */
+    /*! @brief Type-to-storage conversion result. */
     using type = sigh_storage_mixin<basic_storage<Type, Entity>>;
 };