diff --git a/glm/gtx/hash.hpp b/glm/gtx/hash.hpp index 0940e1d6..fad46236 100644 --- a/glm/gtx/hash.hpp +++ b/glm/gtx/hash.hpp @@ -34,7 +34,7 @@ /// @defgroup gtx_hash GLM_GTX_hash /// @ingroup gtx /// -/// @brief Allow to perform std::hash operation on glm types +/// @brief Add std::hash support for glm types /// /// need to be included to use these functionalities. /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/gtx/hash.inl b/glm/gtx/hash.inl index 27d25dfd..7dc92fb0 100644 --- a/glm/gtx/hash.inl +++ b/glm/gtx/hash.inl @@ -34,7 +34,7 @@ /// @defgroup gtx_hash GLM_GTX_hash /// @ingroup gtx /// -/// @brief Allow to perform hash operation on glm types +/// @brief Add std::hash support for glm types /// /// need to be included to use these functionalities. ///////////////////////////////////////////////////////////////////////////////////