diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-29 13:37:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 13:37:49 +0100 |
commit | 848f5ba05c695b4040cf491e77e4e122575752d9 (patch) | |
tree | 828c963c71dacdc453c90b2237a991faaf12958c /doc | |
parent | e11be748566b96e8a5ef490a1db9106bcd6d47bc (diff) | |
parent | 4f72a07eaa08484654138ce99d57ce6f3bdf16ed (diff) |
Merge pull request #44762 from KoBeWi/offset_is_now_point_not_offset_point
Rename offset to point in remove_point()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Gradient.xml | 4 |
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"> |