Jelajahi Sumber

Added description and measurement

Jason Anderson 7 tahun lalu
induk
melakukan
512ae49f7d
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      doc/classes/AudioStream.xml
  2. 1 1
      doc/classes/AudioStreamPlayer.xml

+ 1 - 1
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>

+ 1 - 1
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">