소스 검색

Fix typo in Audio streams (#4571)

AudioStreamRandomPitch is an AudioStream, not an AudioStreamPlayer
Beuc 4 년 전
부모
커밋
d9879dbb57
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/audio/audio_streams.rst

+ 1 - 1
tutorials/audio/audio_streams.rst

@@ -35,7 +35,7 @@ it must be set up using the import options:
 
 .. image:: img/audio_stream_import.png
 
-There are other types of AudioStreamPlayer, such as AudioStreamRandomPitch.
+There are other types of AudioStreams, such as AudioStreamRandomPitch.
 This one makes a random adjustment to the sound's pitch every time it's
 played back. This can be helpful for adding variation to sounds that are
 played back often.