瀏覽代碼

Fix typo in audio streams tutorial (#4766)

CssTeja 4 年之前
父節點
當前提交
3d8e3c90c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/audio/audio_streams.rst

+ 1 - 1
tutorials/audio/audio_streams.rst

@@ -15,7 +15,7 @@ AudioStream
 
 
 An audio stream is an abstract object that emits sound. The sound can come from
 An audio stream is an abstract object that emits sound. The sound can come from
 many places, but is most commonly loaded from the filesystem. Audio files can be
 many places, but is most commonly loaded from the filesystem. Audio files can be
-loaded as AudioStreams and placed inside an AudioStreamPlayer. You can find a
+loaded as AudioStreams and placed inside an AudioStreamPlayer. You can find
 information on supported formats and differences in :ref:`doc_importing_audio_samples`.
 information on supported formats and differences in :ref:`doc_importing_audio_samples`.
 
 
 There are other types of AudioStreams, such as AudioStreamRandomPitch.
 There are other types of AudioStreams, such as AudioStreamRandomPitch.