diff --git a/src/bindings/lu5_math.h b/src/bindings/lu5_math.h index 7644655b..8054028b 100644 --- a/src/bindings/lu5_math.h +++ b/src/bindings/lu5_math.h @@ -102,7 +102,7 @@ int lu5_min(lua_State *L); int lu5_max(lua_State *L); /** - * Returns the absolute value of x which is its distance from 0 + * Returns the absolute value of x * see here * * @param x The input value