Merge pull request #61519 from belzecue/3.x

doc: Fix typo in "reset" method description
This commit is contained in:
Rémi Verschelde 2022-05-29 20:29:04 +02:00 committed by GitHub
commit 145da45a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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">