remove unnecessary whitespace after comment

This commit is contained in:
Stuart Keith 2021-03-21 20:38:49 +11:00
parent 4ad7b24582
commit 0346ca0c09

View file

@ -284,7 +284,7 @@ export class PolySynth<Voice extends Monophonic<any> = Synth> extends Instrument
* @example
* const poly = new Tone.PolySynth(Tone.AMSynth).toDestination();
* poly.triggerAttack(["Ab3", "C4", "F5"]);
* // trigger the release of the given notes.
* // trigger the release of the given notes.
* poly.triggerRelease(["Ab3", "C4"], "+1");
* poly.triggerRelease("F5", "+3");
*/