From 08b815992bc66d3329ea6784783619cba514313b Mon Sep 17 00:00:00 2001 From: fugenkleber Date: Sat, 23 Feb 2019 08:33:19 +0100 Subject: [PATCH] Correcting misspelling --- classes/class_animation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/class_animation.rst b/classes/class_animation.rst index d6022c811..25a4c2eb7 100644 --- a/classes/class_animation.rst +++ b/classes/class_animation.rst @@ -144,7 +144,7 @@ Description An Animation resource contains data used to animate everything in the engine. Animations are divided into tracks, and each track must be linked to a node. The state of that node can be changed through time, by adding timed keys (events) to the track. -Animations are just data containers, and must be added to odes such as an :ref:`AnimationPlayer` or :ref:`AnimationTreePlayer` to be played back. +Animations are just data containers, and must be added to nodes such as an :ref:`AnimationPlayer` or :ref:`AnimationTreePlayer` to be played back. Member Function Description ---------------------------