Fix typo "Frac" instead of "Fract"

This commit is contained in:
Aaron Record
2022-06-05 18:15:10 -06:00
parent 3dac7ff876
commit 14df02b21f
5 changed files with 12 additions and 12 deletions

View File

@@ -68,7 +68,7 @@
<constant name="FUNC_FLOOR" value="17" enum="Function">
Finds the nearest integer less than or equal to the parameter.
</constant>
<constant name="FUNC_FRAC" value="18" enum="Function">
<constant name="FUNC_FRACT" value="18" enum="Function">
Computes the fractional part of the argument.
</constant>
<constant name="FUNC_INVERSE_SQRT" value="19" enum="Function">