doc: fixed typo

This commit is contained in:
Michele Caini
2021-02-28 23:24:32 +01:00
parent a62a83044f
commit ea4407b847

View File

@@ -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.
*/