fix param name in inline doc

This commit is contained in:
Recep Aslantas
2023-07-08 12:19:22 +03:00
parent 487b18e326
commit 0962f7d2e7

View File

@@ -78,8 +78,8 @@ glms_mul_rot(mat4s m1, mat4s m2){
* | 0 1 | | 0 1 |
* @endcode
*
* @param[in] mat matrix
* @returns destination matrix
* @param[in] m matrix
* @returns destination matrix
*/
CGLM_INLINE
mat4s