Browse Source

fixed typo in math.h (#305)

Arkadiusz 2 years ago
parent
commit
7c6e533805
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/bx/math.h

+ 1 - 1
include/bx/math.h

@@ -203,7 +203,7 @@ namespace bx
 	///
 	///
 	BX_CONSTEXPR_FUNC float square(float _a);
 	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);
 	BX_CONST_FUNC float sin(float _a);