Browse Source

doc: minor changes

Michele Caini 3 years ago
parent
commit
1673a5ade9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/entity/storage.hpp

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

@@ -901,7 +901,7 @@ public:
 /**
  * @brief Provides a common way to access certain properties of storage types.
  * @tparam Entity A valid entity type (see entt_traits for more details).
- * @tparam Type Type of objects managed by the storage class.
+ * @tparam Type Storage value type.
  */
 template<typename Entity, typename Type, typename = void>
 struct storage_traits {