From be22ab8a24707b6d61e694804299317a081556d5 Mon Sep 17 00:00:00 2001 From: Tony Atkins Date: Tue, 11 May 2021 20:09:05 +0200 Subject: [PATCH] GH-894: Correct 'Karplus-String' typo (fixes #894). --- Tone/instrument/PluckSynth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tone/instrument/PluckSynth.ts b/Tone/instrument/PluckSynth.ts index 71b01f44..1ab13f41 100644 --- a/Tone/instrument/PluckSynth.ts +++ b/Tone/instrument/PluckSynth.ts @@ -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");