mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
docs: correcting description
This commit is contained in:
parent
429b0898f1
commit
482a9a8d6e
1 changed files with 1 additions and 1 deletions
|
@ -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">>);
|
||||
|
|
Loading…
Reference in a new issue