From f16ee0abb76bf51f091beeec61ee0ceb7b02aecb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:23:14 -0500 Subject: [PATCH] spelling: than Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/glm/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/glm/common.hpp b/includes/glm/common.hpp index 25e7a37..b1bc22e 100644 --- a/includes/glm/common.hpp +++ b/includes/glm/common.hpp @@ -53,7 +53,7 @@ namespace glm template GLM_FUNC_DECL vec sign(vec const& x); - /// Returns a value equal to the nearest integer that is less then or equal to x. + /// Returns a value equal to the nearest integer that is less than or equal to x. /// /// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector /// @tparam T Floating-point scalar types