Skip to content

Commit

Permalink
fix param name in inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Jul 8, 2023
1 parent 487b18e commit 0962f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cglm/struct/affine-mat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0962f7d

Please sign in to comment.