docs: Fix macro definitions

This commit is contained in:
CodeYan01 2023-06-27 21:53:28 +08:00 committed by Lain
parent 9ab5271d69
commit 34a9ea09e8

View file

@ -7,11 +7,11 @@ Extra Math Functions/Macros
Helper functions/macros for graphics math.
.. :c:macro:: RAD(val)
.. macro:: RAD(val)
Macro that converts a floating point degrees value to radians.
.. :c:macro:: DEG(val)
.. macro:: DEG(val)
Macro that converts a floating point radians value to degrees.