浏览代码

Correcting misspelling

fugenkleber 6 年之前
父节点
当前提交
08b815992b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      classes/class_animation.rst

+ 1 - 1
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<class_animationplayer>` or :ref:`AnimationTreePlayer<class_animationtreeplayer>` to be played back.
+Animations are just data containers, and must be added to nodes such as an :ref:`AnimationPlayer<class_animationplayer>` or :ref:`AnimationTreePlayer<class_animationtreeplayer>` to be played back.
 
 Member Function Description
 ---------------------------