Skip to content

Commit 7c6e533

Browse files
authored
fixed typo in math.h (bkaradzic#305)
1 parent 198cd12 commit 7c6e533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bx/math.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ namespace bx
203203
///
204204
BX_CONSTEXPR_FUNC float square(float _a);
205205

206-
/// Returns the cosine of the argument _a.
206+
/// Returns the sine of the argument _a.
207207
///
208208
BX_CONST_FUNC float sin(float _a);
209209

0 commit comments

Comments
 (0)