[Doc] Fix some incorrect uses of "children"

This commit is contained in:
A Thousand Ships
2024-02-27 17:20:24 +01:00
parent 8f3e2a6113
commit 9b5cd8e240
12 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
A time-scaling animation node used in [AnimationTree].
</brief_description>
<description>
Allows to scale the speed of the animation (or reverse it) in any children [AnimationNode]s. Setting it to [code]0.0[/code] will pause the animation.
Allows to scale the speed of the animation (or reverse it) in any child [AnimationNode]s. Setting it to [code]0.0[/code] will pause the animation.
</description>
<tutorials>
<link title="Using AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link>