Skip to content

Commit 0d8352b

Browse files
committed
Merge pull request #99511 from Mickeon/documentation-audio-stream-typo
Fix typo in AudioStream's documentation
2 parents 797c8bd + 429ea1c commit 0d8352b

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)