Modulo small doc changes.

This commit is contained in:
Yotam Mann 2014-10-22 21:52:42 -04:00
parent 604faee7e3
commit 0fce1bf624

View file

@ -9,10 +9,10 @@ define(["Tone/core/Tone", "Tone/signal/Multiply"], function(Tone){
*
* @constructor
* @extends {Tone}
* @param {number} modulus the modolus to apply
* @param {number} modulus the modulus to apply
* @param {number} [bits=8] optionally set the maximum bits the incoming signal can have.
* defaults to 8 meaning that incoming values must be in the range
* [-255,255]. (2^8 = 256);
* [-255,255].
*/
Tone.Modulo = function(modulus, bits){