1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

doc: Fix typo in "reset" method description

Change "all tweens are removed" to "all tweens are reset". Possibly this snippet was copy-pasted from the "remove" method description and not updated for "reset".
This commit is contained in:
belzecue
2022-05-29 12:37:14 +08:00
committed by GitHub
parent b541b57fa0
commit 803c5b9e22

View File

@@ -151,7 +151,7 @@
<argument index="0" name="object" type="Object" />
<argument index="1" name="key" type="String" default="&quot;&quot;" />
<description>
Resets a tween to its initial value (the one given, not the one before the tween), given its object and property/method pair. By default, all tweens are removed, unless [code]key[/code] is specified.
Resets a tween to its initial value (the one given, not the one before the tween), given its object and property/method pair. By default, all tweens are reset, unless [code]key[/code] is specified.
</description>
</method>
<method name="reset_all">