Explorar o código

doc: fixed typo

Michele Caini %!s(int64=5) %!d(string=hai) anos
pai
achega
ea4407b847
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
- * @tparam Len Size of the storage reserved for the small buffer optimization.
  * @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.
  * @return The element converted to the requested type.
  */