summaryrefslogtreecommitdiff
path: root/doc/classes/SceneTreeTimer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/SceneTreeTimer.xml')
-rw-r--r--doc/classes/SceneTreeTimer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SceneTreeTimer.xml b/doc/classes/SceneTreeTimer.xml
index 427608ead3..f28e65c5bf 100644
--- a/doc/classes/SceneTreeTimer.xml
+++ b/doc/classes/SceneTreeTimer.xml
@@ -22,7 +22,7 @@
}
[/csharp]
[/codeblocks]
- The timer will be automatically freed after its time elapses.
+ The timer will be dereferenced after its time elapses. To preserve the timer, you can keep a reference to it. See [RefCounted].
</description>
<tutorials>
</tutorials>