fix minor typo
authorcrogers
Tue, 18 Jun 2013 12:10:03 -0700
changeset 322 4228b6292890
parent 321 7c4a40a9bb57
child 323 4186aad8cbe6
fix minor typo
webaudio/specification.html
--- a/webaudio/specification.html	Mon Jun 17 13:24:23 2013 -0700
+++ b/webaudio/specification.html	Tue Jun 18 12:10:03 2013 -0700
@@ -3629,7 +3629,7 @@
       range will index into the shaping curve with a signal level of zero
       corresponding to the center value of the curve array. Any sample value
       less than -1 will correspond to the first value in the curve array. Any
-      sample value less greater than +1 will correspond to the last value in
+      sample value greater than +1 will correspond to the last value in
       the curve array.  The implementation must perform linear interpolation between
       adjacent points in the curve.  Initially the curve attribute is null, which means that
       the WaveShaperNode will pass its input to its output without modification.</p>