Skip to content

Commit

Permalink
Merge pull request godotengine#99511 from Mickeon/documentation-audio…
Browse files Browse the repository at this point in the history
…-stream-typo

Fix typo in AudioStream's documentation
  • Loading branch information
Repiteo committed Nov 21, 2024
2 parents 797c8bd + 429ea1c commit 0d8352b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/AudioStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<method name="_instantiate_playback" qualifiers="virtual const">
<return type="AudioStreamPlayback" />
<description>
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])..
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]).
</description>
</method>
<method name="_is_monophonic" qualifiers="virtual const">
Expand Down

0 comments on commit 0d8352b

Please sign in to comment.