be more explicit about maxDelayTime units
authorcrogers
Tue, 13 Nov 2012 16:14:22 -0800
changeset 213 dd297fada41b
parent 212 48e0d9d7ff61
child 214 b21b04a1ec0e
be more explicit about maxDelayTime units
webaudio/specification.html
--- a/webaudio/specification.html	Tue Nov 13 16:02:50 2012 -0800
+++ b/webaudio/specification.html	Tue Nov 13 16:14:22 2012 -0800
@@ -1022,7 +1022,7 @@
       representing a variable delay line. The initial default delay time will
       be 0 seconds.</p>
       <p>The <dfn id="dfn-maxDelayTime">maxDelayTime</dfn> parameter is
-      optional and specifies the maximum delay time allowed for the delay line.  If specified, this value must be
+      optional and specifies the maximum delay time in seconds allowed for the delay line.  If specified, this value must be
       greater than zero and less than three minutes or a NOT_SUPPORTED_ERR exception will be thrown.</p>
     </dd>
 </dl>