minor correction to wording for minValue and maxValue
authorcrogers
Tue, 04 Dec 2012 15:59:30 -0800
changeset 236 cf921b9c41ce
parent 235 ef43ae5230bf
child 237 c19d385a839f
minor correction to wording for minValue and maxValue
webaudio/specification.html
--- a/webaudio/specification.html	Tue Dec 04 15:49:29 2012 -0800
+++ b/webaudio/specification.html	Tue Dec 04 15:59:30 2012 -0800
@@ -1582,13 +1582,13 @@
 </dl>
 <dl>
   <dt id="dfn-minValue"><code>minValue</code></dt>
-    <dd><p>Nominal minimum value. The <code>value</code> attribute is informational and may be set
+    <dd><p>Nominal minimum value. This attribute is informational and <code>value</code> may be set
       lower than this value.</p>
     </dd>
 </dl>
 <dl>
   <dt id="dfn-maxValue"><code>maxValue</code></dt>
-    <dd><p>Nominal maximum value. The <code>value</code> attribute is informational and may be set higher than this value. </p>
+    <dd><p>Nominal maximum value. This attribute is informational and <code>value</code> may be set higher than this value. </p>
     </dd>
 </dl>
 <dl>