Browse Source

Fix a slight typo with the Animation introduction referring to the wrong target node class.

20kdc 5 years ago
parent
commit
db21d67fe1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/animation/introduction_2d.rst

+ 1 - 1
tutorials/animation/introduction_2d.rst

@@ -381,7 +381,7 @@ one.
 .. image:: img/animation_method_options.png
 .. image:: img/animation_method_options.png
 
 
 When Godot reaches the keyframe, Godot calls the
 When Godot reaches the keyframe, Godot calls the
-:ref:`class_AnimationPlayer` node's "play" function and the stream
+:ref:`class_AudioStreamPlayer` node's "play" function and the stream
 plays.
 plays.
 
 
 You can change its position by dragging it on the timeline, you can also
 You can change its position by dragging it on the timeline, you can also