diff --git a/core/include/cubos/core/reflection/type.hpp b/core/include/cubos/core/reflection/type.hpp index ab72c2f22..d40f55240 100644 --- a/core/include/cubos/core/reflection/type.hpp +++ b/core/include/cubos/core/reflection/type.hpp @@ -98,11 +98,11 @@ namespace cubos::core::reflection /// @return Pointer to the trait. const void* get(uintptr_t id) const; - /// @brief Gets an unique identifier for the given type. + /// @brief Gets an unique identifier for the given trait type. /// @note This function is used as an alternative to `std::type_index`, which would require /// including the `` header. /// @tparam T %Trait type. - /// @return Unique identifier for the given type. + /// @return Unique identifier for the given trait type. template static uintptr_t id() {