Browse Source

Merge pull request #2880 from 20kdc/animations-typo-fix

Typo with the Animation introduction referring to the wrong target node class
Nathan Lovato 5 years ago
parent
commit
917190f517
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