From 803c5b9e221fb6268fc3247a51cc9fc64c8a38ed Mon Sep 17 00:00:00 2001
From: belzecue <1931303+belzecue@users.noreply.github.com>
Date: Sun, 29 May 2022 12:37:14 +0800
Subject: [PATCH] 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".
---
doc/classes/Tween.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml
index 76cce947b71..d0118bac202 100644
--- a/doc/classes/Tween.xml
+++ b/doc/classes/Tween.xml
@@ -151,7 +151,7 @@
- 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.