From 98d0692ca952b448ed49d78ab3ab04bd4f6f2972 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Sun, 23 Apr 2023 19:29:53 -0400 Subject: [PATCH] Clear up docs for add_calc0 --- rel/m_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/m_lib.c b/rel/m_lib.c index 6823a2ba..cb951095 100644 --- a/rel/m_lib.c +++ b/rel/m_lib.c @@ -517,7 +517,7 @@ extern void add_calc2(f32* pValue, f32 target, f32 fraction, f32 maxStep) { } /** - * @brief Subtract a calculated value from a variable based on a fraction with a maximum step limit. + * @brief Subtract a calculated value from a variable based by a fractionial percent with a maximum step limit. * * @param pValue Pointer to the input variable. * @param fraction Fraction to use in the step size calculation.