From 429ea1c8e34b136db5737fa1bc71d432193b33ad Mon Sep 17 00:00:00 2001 From: Micky Date: Thu, 21 Nov 2024 21:33:55 +0100 Subject: [PATCH] Fix typo in AudioStream's documentation --- doc/classes/AudioStream.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/AudioStream.xml b/doc/classes/AudioStream.xml index 44edff122e77..d11e070d89b3 100644 --- a/doc/classes/AudioStream.xml +++ b/doc/classes/AudioStream.xml @@ -48,7 +48,7 @@ - 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]).