fix text about input/output channels in createScriptProcessor() : Part 2
authorcrogers
Wed, 22 May 2013 13:16:46 -0700
changeset 315 9a5c5d423979
parent 314 604be68da08f
child 316 b15dd1c1e82c
fix text about input/output channels in createScriptProcessor() : Part 2
webaudio/specification.html
--- a/webaudio/specification.html	Wed May 22 13:12:49 2013 -0700
+++ b/webaudio/specification.html	Wed May 22 13:16:46 2013 -0700
@@ -1081,7 +1081,7 @@
       determines the number of channels for this node's input.  Values of up to 32 must be supported. </p>
       <p>The <dfn id="dfn-numberOfOutputChannels">numberOfOutputChannels</dfn> parameter (defaults to 2) and
       determines the number of channels for this node's output.  Values of up to 32 must be supported.</p>
-      <p>It is invalid for both <code>numberOfInputChannels</code> or
+      <p>It is invalid for both <code>numberOfInputChannels</code> and
       <code>numberOfOutputChannels</code> to be zero. </p>
     </dd>
 </dl>