Browse Source

doc: minor changes

Michele Caini 3 years ago
parent
commit
6155a10037
1 changed files with 1 additions and 1 deletions
  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>
 template<typename Type, typename Entity, typename>
 struct storage_type {
 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>>;
     using type = sigh_storage_mixin<basic_storage<Type, Entity>>;
 };
 };