From 1402fe5ece837929b88f1a7952e303fa099af3a3 Mon Sep 17 00:00:00 2001 From: Ricardo Antunes Date: Tue, 5 Sep 2023 17:24:48 +0100 Subject: [PATCH] docs(core): clear up 'given type' comments --- core/include/cubos/core/reflection/type.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/include/cubos/core/reflection/type.hpp b/core/include/cubos/core/reflection/type.hpp index ab72c2f22a..d40f552406 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() {