summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2020-12-28 17:57:55 +0100
committerkobewi <kobewi4e@gmail.com>2020-12-28 17:57:55 +0100
commit4f72a07eaa08484654138ce99d57ce6f3bdf16ed (patch)
tree8a3bfde3d5ae59014062127ba1f9d499cded1f0b /doc/classes
parenta04b9669e852ddaff77cb23d8b52a9219fa5a61f (diff)
Rename offset to point in remove_point()
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Gradient.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Gradient.xml b/doc/classes/Gradient.xml
index 4ccbdee144..28c647a1c3 100644
--- a/doc/classes/Gradient.xml
+++ b/doc/classes/Gradient.xml
@@ -57,10 +57,10 @@
<method name="remove_point">
<return type="void">
</return>
- <argument index="0" name="offset" type="int">
+ <argument index="0" name="point" type="int">
</argument>
<description>
- Removes the color at the index [code]offset[/code].
+ Removes the color at the index [code]point[/code].
</description>
</method>
<method name="set_color">