diff --git a/Tone/instrument/Sampler.js b/Tone/instrument/Sampler.js index a7261ce9..88aaf3d9 100644 --- a/Tone/instrument/Sampler.js +++ b/Tone/instrument/Sampler.js @@ -6,8 +6,7 @@ function(Tone){ /** * @class A simple sampler instrument which plays an audio buffer - * through an amplitude envelope and optionally a filter - * envelope. + * through an amplitude envelope and a filter envelope. * * @constructor * @extends {Tone.Instrument}