Skip to content

Commit 429ea1c

Browse files
committed
Fix typo in AudioStream's documentation
1 parent 9e60984 commit 429ea1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/AudioStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<method name="_instantiate_playback" qualifiers="virtual const">
4949
<return type="AudioStreamPlayback" />
5050
<description>
51-
Override this method to customize the returned value of [method instantiate_playback]. Should returned a new [AudioStreamPlayback] created when the stream is played (such as by an [AudioStreamPlayer])..
51+
Override this method to customize the returned value of [method instantiate_playback]. Should return a new [AudioStreamPlayback] created when the stream is played (such as by an [AudioStreamPlayer]).
5252
</description>
5353
</method>
5454
<method name="_is_monophonic" qualifiers="virtual const">

0 commit comments

Comments
 (0)