Rename an occurence of maxNumberOfChannels to maxChannelCount
authorPaul Adenot <paul@paul.cx>
Tue, 28 May 2013 15:20:25 +0200
changeset 319 55c70a1fd51a
parent 318 a26cf1cc60d3
child 320 51bdf2d4e69c
Rename an occurence of maxNumberOfChannels to maxChannelCount
webaudio/specification.html
--- a/webaudio/specification.html	Fri May 24 20:11:48 2013 -0400
+++ b/webaudio/specification.html	Tue May 28 15:20:25 2013 +0200
@@ -1615,7 +1615,7 @@
     basic implementations with hardware support for stereo output only.</p>
 
     <p><code>channelCount</code> defaults to 2 for a destination in a normal AudioContext, and may be set to any non-zero value less than or equal
-    to <code>maxNumberOfChannels</code>.  An exception will be thrown if this value is not within the valid range.  Giving a concrete example, if
+    to <code>maxChannelCount</code>.  An exception will be thrown if this value is not within the valid range.  Giving a concrete example, if
     the audio hardware supports 8-channel output, then we may set <code>numberOfChannels</code> to 8, and render 8-channels of output.
     </p>