fix typo - minor edits
authorcrogers
Mon, 04 Jun 2012 12:28:48 -0700
changeset 66 24fb43122c54
parent 65 b78b7c5e906e
child 67 3837e5414cad
fix typo - minor edits
webaudio/specification.html
--- a/webaudio/specification.html	Fri Jun 01 18:40:20 2012 +0300
+++ b/webaudio/specification.html	Mon Jun 04 12:28:48 2012 -0700
@@ -1206,7 +1206,7 @@
 <p>
 Some synthesis and processing <code>AudioNodes</code> have <code>AudioParams</code> as attributes whose values MUST
  be taken into account on a per-audio-sample basis.
-For other <code>AudioParams</code>, sample-accuracy is not important and the value changes can be sampled more coursely.
+For other <code>AudioParams</code>, sample-accuracy is not important and the value changes can be sampled more coarsely.
 Each individual <code>AudioParam</code> will specify that it is either an "a-rate" parameter
 which means that its values MUST be taken into account on a per-audio-sample basis, or it is a "k-rate" parameter whose value
 changes MUST be taken into account at least at a 3ms resolution, but can be more precise than this.
@@ -2520,7 +2520,7 @@
 Robert Bristow-Johnson.</p>
 
 <p>
-Please note that the <code>frequency</code>, <code>Q</code>, and <code>gain</code> parameters are <em>k-rate</em>
+All parameters are <em>k-rate</em>
 </p>
 
 <div id="BiquadFilterNode-description-section" class="section">