diff --git a/doc/classes/AnimationNodeAnimation.xml b/doc/classes/AnimationNodeAnimation.xml
index f4490bc167..b7e06147fe 100644
--- a/doc/classes/AnimationNodeAnimation.xml
+++ b/doc/classes/AnimationNodeAnimation.xml
@@ -36,7 +36,8 @@
If [code]false[/code], the original animation length is respected. If you set the loop to [member loop_mode], the animation will loop in [member timeline_length].
- If [member use_custom_timeline] is [code]true[/code], offset the start position of the animation.
+ The length of the custom timeline.
+ If [member stretch_time_scale] is [code]true[/code], scales the animation to this length.
If [code]true[/code], [AnimationNode] provides an animation based on the [Animation] resource with some parameters adjusted.