浏览代码

fixed typo in math.h (#305)

Arkadiusz 2 年之前
父节点
当前提交
7c6e533805
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 
-	/// Returns the cosine of the argument _a.
+	/// Returns the sine of the argument _a.
 	///
 	BX_CONST_FUNC float sin(float _a);