Fix typos.

This commit is contained in:
Bruce Mitchener
2024-02-08 15:12:30 +07:00
parent a8685ed6ab
commit e4419c4f18
66 changed files with 261 additions and 263 deletions

View File

@@ -70,7 +70,7 @@ Functions documentation
.. c:function:: void glm_mat4_identity(mat4 mat)
copy identity mat4 to mat, or makes mat to identiy
copy identity mat4 to mat, or makes mat to identity
Parameters:
| *[out]* **mat** matrix
@@ -214,7 +214,7 @@ Functions documentation
.. c:function:: void glm_mat4_transpose(mat4 m)
tranpose mat4 and store result in same matrix
transpose mat4 and store result in same matrix
Parameters:
| *[in]* **m** source