Fix typo in docstring

This commit is contained in:
Marius Kittler 2023-11-08 13:01:05 +01:00
parent fa47c4848c
commit 02c64c8897
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ template <> inline void serFromString<>(string_view str, std::uint64_t &ret)
/*!
* \brief Converts \a t to an std::string.
*
* This is the serialization interface for keys. You need to define your this function
* This is the serialization interface for keys. You need to define this function
* for the types you'd like to use as keys.
*/
template <class T, class Enable> inline std::string keyConv(const T &t);