minor formatting fix
authorcrogers
Fri, 08 Jun 2012 12:59:29 -0700
changeset 79 db3ad54fde10
parent 78 14ffd37fc7ca
child 80 4df179094971
minor formatting fix
webaudio/specification.html
--- a/webaudio/specification.html	Fri Jun 08 12:57:11 2012 -0700
+++ b/webaudio/specification.html	Fri Jun 08 12:59:29 2012 -0700
@@ -1476,7 +1476,9 @@
       During the time interval: <em>time</em> <= t < <em>time</em> + <em>duration</em>, values will be calculated:
       </p>
       <p>
+      <pre>
       v(t) = values[N * (t - time) / duration], where <em>N</em> is the length of the <em>values</em> array.
+      </pre>
       </p>
     </dd>
 </dl>