Procházet zdrojové kódy

doc: minor changes

Michele Caini před 4 roky
rodič
revize
1673a5ade9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {