From a8b3401574cb2c9da23de256aa3b48d9be14bd9c Mon Sep 17 00:00:00 2001 From: xaedes Date: Tue, 27 Jul 2021 12:59:03 +0200 Subject: [PATCH] Fixed header comment Info how to include this header file contained a wrong path. Changed it to the correct one. --- glm/gtc/matrix_inverse.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/matrix_inverse.hpp b/glm/gtc/matrix_inverse.hpp index a1900adcb..8f778606c 100644 --- a/glm/gtc/matrix_inverse.hpp +++ b/glm/gtc/matrix_inverse.hpp @@ -6,7 +6,7 @@ /// @defgroup gtc_matrix_inverse GLM_GTC_matrix_inverse /// @ingroup gtc /// -/// Include to use the features of this extension. +/// Include to use the features of this extension. /// /// Defines additional matrix inverting functions.