mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 19:43:12 +00:00
fix typo paramter
-> parameter
This commit is contained in:
parent
1bedd96b84
commit
4d9b3d0bb8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export interface PolySynthOptions<Voice> extends InstrumentOptions {
|
|||
|
||||
/**
|
||||
* PolySynth handles voice creation and allocation for any
|
||||
* instruments passed in as the second paramter. PolySynth is
|
||||
* instruments passed in as the second parameter. PolySynth is
|
||||
* not a synthesizer by itself, it merely manages voices of
|
||||
* one of the other types of synths, allowing any of the
|
||||
* monophonic synthesizers to be polyphonic.
|
||||
|
|
Loading…
Reference in a new issue