Grammar rephrasing.

This commit is contained in:
Thompson Lee 2016-08-04 07:22:50 -04:00
parent 353449ab74
commit 31b9f14058

View File

@ -273,7 +273,7 @@ void Mtx_Identity(C3D_Mtx* out);
/**
* @brief Multiply two matrices
* @note Undefined behavior if arguments, out, is either a or b.
* @note Undefined behavior if argument, out, is passed in as either a or b.
* @param[out] out Output matrix
* @param[in] a Multiplicand
* @param[in] b Multiplier