Skip to content

Commit

Permalink
docs correction
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Aug 27, 2024
1 parent ca7a676 commit 6c6fd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/lu5_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
* <a href="https://en.wikipedia.org/wiki/Absolute_value">see here</a>
*
* @param x The input value
Expand Down

0 comments on commit 6c6fd7d

Please sign in to comment.