Browse Source

doc: fixed typo

Michele Caini 5 years ago
parent
commit
ea4407b847
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/core/any.hpp

+ 1 - 1
src/entt/core/any.hpp

@@ -348,8 +348,8 @@ template<std::size_t Len>
 
 
 /**
 /**
  * @brief Performs type-safe access to the contained object.
  * @brief Performs type-safe access to the contained object.
- * @tparam Len Size of the storage reserved for the small buffer optimization.
  * @tparam Type Type to which conversion is required.
  * @tparam Type Type to which conversion is required.
+ * @tparam Len Size of the storage reserved for the small buffer optimization.
  * @param data Target any object.
  * @param data Target any object.
  * @return The element converted to the requested type.
  * @return The element converted to the requested type.
  */
  */