Fixed various typos across the docs

(cherry picked from commit 8106d33d0f13825b4459898ca20282ba5b543897)
This commit is contained in:
UltraBIF
2023-05-12 12:07:02 +02:00
committed by Rémi Verschelde
parent 0566ac68de
commit 4b63ce83d2
17 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<param index="2" name="max" type="float" />
<param index="3" name="invert" type="bool" />
<description>
Takes a angle and clamps it so it is within the passed-in [param min] and [param max] range. [param invert] will inversely clamp the angle, clamping it to the range outside of the given bounds.
Takes an angle and clamps it so it is within the passed-in [param min] and [param max] range. [param invert] will inversely clamp the angle, clamping it to the range outside of the given bounds.
</description>
</method>
<method name="get_editor_draw_gizmo" qualifiers="const">