diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/AudioStream.xml | 2 | ||||
-rw-r--r-- | 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 20ca96bac5..753a506058 100644 --- a/doc/classes/AudioStream.xml +++ b/doc/classes/AudioStream.xml @@ -16,7 +16,7 @@ <return type="float"> </return> <description> - Returns the length of the audio stream, in seconds. + Returns the length of the audio stream in seconds. </description> </method> </methods> diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml index d6e75f8377..26d0b1a83d 100644 --- a/doc/classes/AudioStreamPlayer.xml +++ b/doc/classes/AudioStreamPlayer.xml @@ -17,7 +17,7 @@ <return type="float"> </return> <description> - Returns the position in the [AudioStream]. + Returns the position in the [AudioStream] in seconds. </description> </method> <method name="play"> |