From 512ae49f7d5a87c5d236b9ddec690c473cf7ffd0 Mon Sep 17 00:00:00 2001 From: Jason Anderson Date: Tue, 31 Jul 2018 14:20:27 -0500 Subject: [PATCH] Added description and measurement --- doc/classes/AudioStream.xml | 2 +- doc/classes/AudioStreamPlayer.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/AudioStream.xml b/doc/classes/AudioStream.xml index 20ca96bac53..753a5060585 100644 --- a/doc/classes/AudioStream.xml +++ b/doc/classes/AudioStream.xml @@ -16,7 +16,7 @@ - Returns the length of the audio stream, in seconds. + Returns the length of the audio stream in seconds. diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml index d6e75f83772..26d0b1a83d8 100644 --- a/doc/classes/AudioStreamPlayer.xml +++ b/doc/classes/AudioStreamPlayer.xml @@ -17,7 +17,7 @@ - Returns the position in the [AudioStream]. + Returns the position in the [AudioStream] in seconds.