Merge pull request #895 from the-t-in-rtf/GH-894

GH-894: Correct 'Karplus-String' typo (fixes #894).
This commit is contained in:
Yotam Mann 2021-05-14 17:15:31 -04:00 committed by GitHub
commit 1cc7b56917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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");