diff --git a/doc/classes/AudioStream.xml b/doc/classes/AudioStream.xml
index fe5274f42a7..2d40cfa9ab5 100644
--- a/doc/classes/AudioStream.xml
+++ b/doc/classes/AudioStream.xml
@@ -91,7 +91,7 @@
- Returns the length of the audio stream in seconds.
+ Returns the length of the audio stream in seconds. If this stream is an [AudioStreamRandomizer], returns the length of the last played stream. If this stream has an indefinite length (such as for [AudioStreamGenerator] and [AudioStreamMicrophone]), returns [code]0.0[/code].