doc: typo

This commit is contained in:
skypjack
2026-01-23 18:01:51 +01:00
parent 1bb590a57e
commit f7d1a7d849

View File

@@ -26,7 +26,7 @@ public:
/*! @brief Statically generated unique identifier for the given type. */
template<typename... Type>
// at the time I'm writing, clang crashes during compilation if auto is used instead of family_type
// at the time I'm writing, clang crashes during compilation if auto is used instead of value_type
inline static const value_type value = identifier();
};