From 7c6e533805bd94765c3485a8b1606819dd7a8c23 Mon Sep 17 00:00:00 2001 From: Arkadiusz Date: Sun, 3 Sep 2023 19:04:59 +0200 Subject: [PATCH] fixed typo in math.h (#305) --- include/bx/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/math.h b/include/bx/math.h index 3a8111a..facf64c 100644 --- a/include/bx/math.h +++ b/include/bx/math.h @@ -203,7 +203,7 @@ namespace bx /// BX_CONSTEXPR_FUNC float square(float _a); - /// Returns the cosine of the argument _a. + /// Returns the sine of the argument _a. /// BX_CONST_FUNC float sin(float _a);