GH-894: Correct 'Karplus-String' typo (fixes #894).

This commit is contained in:
Tony Atkins 2021-05-11 20:09:05 +02:00
parent 90c80d1d9e
commit be22ab8a24

View file

@ -14,7 +14,7 @@ export interface PluckSynthOptions extends InstrumentOptions {
}
/**
* Karplus-String string synthesis.
* Karplus-Strong string synthesis.
* @example
* const plucky = new Tone.PluckSynth().toDestination();
* plucky.triggerAttack("C4", "+0.5");