From 6c6fd7d6471a6d1df1bf0ace7944e1f5aa67bdde Mon Sep 17 00:00:00 2001 From: vlev Date: Mon, 26 Aug 2024 20:07:16 -0400 Subject: [PATCH] docs correction --- src/bindings/lu5_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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