From 31b9f14058b5e7c7127001dbb15da6f30446f733 Mon Sep 17 00:00:00 2001 From: Thompson Lee Date: Thu, 4 Aug 2016 07:22:50 -0400 Subject: [PATCH] Grammar rephrasing. --- include/c3d/maths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/c3d/maths.h b/include/c3d/maths.h index f08bb7f..0a6cb57 100644 --- a/include/c3d/maths.h +++ b/include/c3d/maths.h @@ -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