Merge pull request #238 from Jinksi/patch-1

Fix typo in comments
This commit is contained in:
Yotam Mann 2017-05-08 07:12:11 -07:00 committed by GitHub
commit 70e07a1144

View file

@ -19,7 +19,7 @@ define(["Tone/core/Tone", "Tone/instrument/Instrument", "Tone/source/FMOscillato
*
* @constructor
* @extends {Tone.Instrument}
* @param {Object} [options] The options availble for the synth
* @param {Object} [options] The options available for the synth
* see defaults below
*/
Tone.MetalSynth = function(options){
@ -270,4 +270,4 @@ define(["Tone/core/Tone", "Tone/instrument/Instrument", "Tone/source/FMOscillato
};
return Tone.MetalSynth;
});
});