docs: correcting description

This commit is contained in:
Yotam Mann 2019-11-17 11:09:42 -05:00
parent 429b0898f1
commit 482a9a8d6e

View file

@ -44,7 +44,7 @@ export class Add extends Signal {
readonly addend: Param<"number"> = this._param;
/**
* @param value If no value is provided, Tone.Add will sum the first and second inputs.
* @param value If no value is provided, will sum the input and [[addend]].
*/
constructor(value?: number);
constructor(options?: Partial<SignalOptions<"number">>);