correction in docs

This commit is contained in:
tambien 2019-03-03 20:37:18 -05:00
parent 2433aea90d
commit 0e94a0f046

View file

@ -124,7 +124,7 @@ Tone.Tremolo.prototype.stop = function(time){
* Sync the effect to the transport.
* @param {Time} [delay=0] Delay time before starting the effect after the
* Transport has started.
* @returns {Tone.AutoFilter} this
* @returns {Tone.Tremolo} this
*/
Tone.Tremolo.prototype.sync = function(delay){
this._lfoL.sync(delay);